Gets the collection of page labeling ranges in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPageLabels PageLabels { get; }
VB
Public ReadOnly Property PageLabels As PdfPageLabels
Get
Property Value
Type:
PdfPageLabelsThe collection of page labeling ranges in this document.
See Also