Sets the default content.
Namespace: iTextSharp.text.xmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public string Content { set; } |
Visual Basic |
---|
Public WriteOnly Property Content As String Set |
Visual C++ |
---|
public: property String^ Content { void set (String^ value); } |