Aspose::Pdf::PageLabelCollection::RemoveLabel method

PageLabelCollection::RemoveLabel method

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

bool Aspose::Pdf::PageLabelCollection::RemoveLabel(int32_t pageIndex)
ParameterTypeDescription
pageIndexint32_tIndex of page where label must be deleted.

ReturnValue

true if operation was executed successfully.

See Also