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

Syntax

C#
public string PostSymbol { get; set; }
Visual Basic
Public Property PostSymbol As String
	Get
	Set
Visual C++
public:
property String^ PostSymbol {
	String^ get ();
	void set (String^ value);
}

See Also