Documents for PDF, .NET Edition Documentation
PageLabelingRanges Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : PageLabelingRanges Property
Gets the dictionary of PageLabelingRange objects. Each key in this dictionary is the index of the first page in a labelling range.
Syntax
'Declaration
 
Public ReadOnly Property PageLabelingRanges As System.Collections.Generic.IDictionary(Of Integer,PageLabelingRange)
public System.Collections.Generic.IDictionary<int,PageLabelingRange> PageLabelingRanges {get;}
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members