Documents for PDF, .NET Edition Documentation
PageLabelingRange Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : PageLabelingRange Class
Represents a page labeling range.

A document is divided into labelling ranges, each of which is a series of consecutive pages using the same numbering system. Labelling 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 labelling range, optionally preceded by a label prefix denoting the range itself.

Object Model
PageLabelingRange Class
Syntax
'Declaration
 
Public Class PageLabelingRange 
   Inherits GrapeCity.Documents.Pdf.Writer.PdfSerializableObject
   Implements GrapeCity.Documents.Common.IOwnedObject 
public class PageLabelingRange : GrapeCity.Documents.Pdf.Writer.PdfSerializableObject, GrapeCity.Documents.Common.IOwnedObject  
Inheritance Hierarchy

System.Object
      GrapeCity.Documents.Pdf.PageLabelingRange

See Also

Reference

PageLabelingRange Members
GrapeCity.Documents.Pdf Namespace