Get/set the listsymbol.

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

Syntax

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

Field Value

a Chunk

See Also