PageLabelCollectionGetLabel Method
Gets page label by page index (page index is started from 0).

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public PageLabel GetLabel(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: PageLabel
Page label for specified page index or null if page label does not exist.
See Also