Aspose::Pdf::PageLabelCollection::GetLabel method

PageLabelCollection::GetLabel method

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

System::SharedPtr<PageLabel> Aspose::Pdf::PageLabelCollection::GetLabel(int32_t pageIndex)
ParameterTypeDescription
pageIndexint32_tIndex of the page.

ReturnValue

Page label for specified page index or null if page label does not exist.

See Also