Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / PageLabelingRanges Property

In This Topic
    PageLabelingRanges Property
    In This Topic
    Gets the dictionary of PageLabelingRange objects. Each key in this dictionary is the index of the first page in a labeling 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