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

Syntax

C#
protected string Content { set; }
Visual Basic
Protected WriteOnly Property Content As String
	Set
Visual C++
protected:
property String^ Content {
	void set (String^ value);
}

See Also