PdfPageLabelingRange.LastPage Property

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

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

Syntax

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

Property Value

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

See Also