Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageLabelingRange Class / GetPageLabel Method
The page index in a document.

In This Topic
    GetPageLabel Method
    In This Topic
    Returns the label for a page with a specified index.
    Syntax
    'Declaration
     
    Public Function GetPageLabel( _
       ByVal pageDocumentIndex As System.Integer _
    ) As System.String
    public System.string GetPageLabel( 
       System.int pageDocumentIndex
    )

    Parameters

    pageDocumentIndex
    The page index in a document.

    Return Value

    The page label.
    See Also