Get/set the first number

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

Syntax

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

Field Value

an int

See Also