Table of Contents

Class PdfPageLabels

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

Collection of page labeling ranges.

public sealed class PdfPageLabels : PdfList<PdfPageLabelingRange>, ICollection<PdfPageLabelingRange>, IEnumerable<PdfPageLabelingRange>, ICollection, IEnumerable
Inheritance
PdfPageLabels
Implements
Inherited Members

Remarks

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

Methods

AddRange(int, PdfPageNumberingStyle)

Adds the new page labeling range with specific properties to the collection.

AddRange(int, PdfPageNumberingStyle, string)

Adds the new page labeling range with specific properties to the collection.

AddRange(int, PdfPageNumberingStyle, string, int)

Adds the new page labeling range with specific properties to the collection.

AddRange(int, int, PdfPageNumberingStyle)

Adds the new page labeling range with specific properties to the collection.

AddRange(int, int, PdfPageNumberingStyle, string)

Adds the new page labeling range with specific properties to the collection.

AddRange(int, int, PdfPageNumberingStyle, string, int)

Adds the new page labeling range with specific properties to the collection.