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)
Parameter | Type | Description |
---|---|---|
pageIndex | int32_t | Index of the page. |
ReturnValue
Page label for specified page index or null if page label does not exist.
See Also
- Typedef SharedPtr
- Class PageLabel
- Class PageLabelCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++