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)
Parameter | Type | Description |
---|---|---|
pageIndex | int32_t | Index of page where label must be deleted. |
ReturnValue
true if operation was executed successfully.
See Also
- Class PageLabelCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++