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

Syntax

C#
public byte[] Text { get; set; }
Visual Basic
Public Property Text As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ Text {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also