Aspose::Pdf::PageLabelCollection::UpdateLabel method
PageLabelCollection::UpdateLabel method
Update label for given page index (page index is started from 0).
void Aspose::Pdf::PageLabelCollection::UpdateLabel(int32_t pageIndex, System::SharedPtr<PageLabel> pageLabel)
Parameter | Type | Description |
---|---|---|
pageIndex | int32_t | Index of page to change lable of the page. |
pageLabel | System::SharedPtr<PageLabel> | New label of the page. |
See Also
- Typedef SharedPtr
- Class PageLabel
- Class PageLabelCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++