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

In This Topic
    NumberingStyle Property
    In This Topic
    Gets or sets the numbering style that shall be used for the numeric portion of each page label. There is no default numbering style; if NumberingStyle is NumberingStyle.Unset, page labels shall consist solely of a label prefix with no numeric portion.
    Syntax
    'Declaration
     
    Public Property NumberingStyle As NumberingStyle
    public NumberingStyle NumberingStyle {get; set;}
    See Also