Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetLabel Method

In This Topic
    GetLabel Method
    In This Topic
    Returns the page label specified via PageLabelingRange, returns empty string if page does not belong to document.
    Syntax
    'Declaration
     
    Public Function GetLabel() As System.String
    public System.string GetLabel()

    Return Value

    The page label.
    See Also