PageLabelCollectionGetLabel Method |
Gets page label by page index (page index is started from 0).
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic PageLabel GetLabel(
int pageIndex
)
Public Function GetLabel (
pageIndex As Integer
) As PageLabel
public:
PageLabel^ GetLabel(
int pageIndex
)
member GetLabel :
pageIndex : int -> PageLabel
Parameters
- pageIndex
- Type: SystemInt32
Index of the page.
Return Value
Type:
PageLabelPage label for specified page index or null if page label does not exist.
See Also