Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageLabelingRange Class
Members

In This Topic
    PageLabelingRange Class
    In This Topic
    Represents a page labeling range.

    A document is divided into labeling ranges, each of which is a series of consecutive pages using the same numbering system. Labeling ranges shall not overlap, so that each page shall have only one label. Pages within a range shall be numbered sequentially in ascending order. A page's label consists of a numeric portion based on its position within its labeling range, optionally preceded by a label prefix denoting the range itself.

    Object Model
    PageLabelingRange Class
    Syntax
    'Declaration
     
    Public Class PageLabelingRange 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public class PageLabelingRange : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.PageLabelingRange

    See Also