Gets Elements.

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

Syntax

C#
public ArrayList Elements { get; }
Visual Basic
Public ReadOnly Property Elements As ArrayList
	Get
Visual C++
public:
property ArrayList^ Elements {
	ArrayList^ get ();
}

Field Value

an ArrayList

See Also