Returns the content of this Chunk.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual string Content { get; }
Visual Basic
Public Overridable ReadOnly Property Content As String
	Get
Visual C++
public:
virtual property String^ Content {
	String^ get ();
}

Field Value

a string

See Also