API Reference
Class
PdfPageLabelRange
Defines a generated PDF page-label rule beginning at a one-based document page number.
Inheritance
- Object
- PdfPageLabelRange
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
Accepted by parameters
Constructors
public PdfPageLabelRange(Int32 startPageNumber, PdfPageNumberStyle style, Int32 startNumber = 1, String prefix = null) #Creates a generated page-label rule.
Parameters
- startPageNumber System.Int32
- style OfficeIMO.Pdf.PdfPageNumberStyle
- startNumber System.Int32 = 1
- prefix System.String = null
Inherited Methods
Properties
public Int32 StartPageNumber { get; } #One-based document page number where this label rule begins.
public PdfPageNumberStyle Style { get; } #Numbering style used by this label rule.
public Int32 StartNumber { get; } #First visible number emitted for this label rule.
public String Prefix { get; } #Optional label prefix, for example "A-" or "Appendix ".