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

Syntax

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

See Also