PdfPageLabelingRange Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPageLabelingRange Class
Class for a page labeling range. Describes a range of pages and labeling characteristics for the pages in the range.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPageLabelingRange

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

Syntax

C#
public sealed class PdfPageLabelingRange
VB
Public NotInheritable Class PdfPageLabelingRange

The PdfPageLabelingRange type exposes the following members.

Properties

  NameDescription
Public propertyFirstPage
Gets or sets the zero-based index of the first page in this range.
Public propertyLastPage
Gets or sets the zero-based index of the last page in this range.
Public propertyNumberingStyle
Gets or sets the numbering style to be used for the numeric portion of page labels.
Public propertyPrefix
Gets or sets the prefix for page labels in this range.
Public propertyStartNumber
Gets or sets the start number (i.e value of the numeric portion for the first page label in the range).

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also