Table of Contents

Class PdfPageLabelingRange

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a page labeling range. Describes a range of pages and labeling characteristics for the pages in the range.

public sealed class PdfPageLabelingRange
Inheritance
PdfPageLabelingRange
Inherited Members

Remarks

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Properties

FirstPage

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

LastPage

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

NumberingStyle

Gets or sets the numbering style to be used for the numeric portion of page labels.

Prefix

Gets or sets the prefix for page labels in this range.

StartNumber

Gets or sets the start number (i.e value of the numeric portion for the first page label in the range).

Methods

ToString()

Returns a string that represents this PdfPageLabelingRange instance.