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

Syntax

C#
public int Order { set; }
Visual Basic
Public WriteOnly Property Order As Integer
	Set
Visual C++
public:
property int Order {
	void set (int value);
}

See Also