Sets the default content.

Namespace: iTextSharp.text.xml
Assembly: 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);
}

Field Value

the default content

See Also