API Reference
Class
PdfPageLabel
A page-label rule discovered from a simple catalog page-label number tree.
Inheritance
- Object
- PdfPageLabel
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfDocumentInfo.PageLabels
- Method PdfDocumentReader.PageLabels
- Method PdfDocumentReader.TryPageLabels
- Property PdfLogicalDocument.PageLabels
- Property PdfReadDocument.PageLabels
Inherited Methods
Properties
public Int32 StartPageIndex { get; } #Zero-based page index where this label rule starts.
public Int32 StartPageNumber { get; } #One-based page number where this label rule starts.
public String Style { get; } #PDF label style name, for example D, R, r, A, or a, when present.
public Nullable<Int32> StartNumber { get; } #Starting label number when present.