Get/set the symbol indentation.

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

Syntax

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

Field Value

a Chunk

See Also