Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageLabelingRange Class / PageLabelingRange Constructor / PageLabelingRange Constructor(String,NumberingStyle,Int32)

In This Topic
    PageLabelingRange Constructor(String,NumberingStyle,Int32)
    In This Topic
    Initializes a new instance of the PageLabelingRange class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal prefix As System.String, _
       ByVal numberingStyle As NumberingStyle, _
       ByVal startPageNumber As System.Integer _
    )
    public PageLabelingRange( 
       System.string prefix,
       NumberingStyle numberingStyle,
       System.int startPageNumber
    )

    Parameters

    prefix
    numberingStyle
    startPageNumber
    See Also