PdfPageLabelingRange.FirstPage Property

Gets or sets the zero-based index of the first page in this range.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int FirstPage { get; set; }
VB
Public Property FirstPage As Integer
	Get
	Set

Property Value

Type: Int32
The zero-based index of the first page in this range.

See Also