[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.PageLabelingRanges

PageLabelingRanges Property

PageLabelingRanges

Gets the dictionary of PageLabelingRange objects. Each key in this dictionary is the index of the first page in a labeling range.

Declaration
public IDictionary<int, PageLabelingRange> PageLabelingRanges { get; }
Public ReadOnly Property PageLabelingRanges As IDictionary(Of Integer, PageLabelingRange)