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)
ParameterTypeDescription
pageIndexint32_tIndex of page to change lable of the page.
pageLabelSystem::SharedPtr<PageLabel>New label of the page.

See Also