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
Read the Page labels section to know how to assign custom names or numbers to pages in a PDF document.
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.