PageLabelCollection

PageLabelCollection

Overview

PageLabelCollection is a class in Aspose.PDF FOSS for C++.

PageLabelCollection.GetLabel(pageIndex) retrieves the PageLabel assigned to a specific page.

This class provides 4 methods for working with PageLabelCollection objects in C++ programs. Available methods include: GetLabel, GetPages, RemoveLabel, UpdateLabel. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
GetLabel(pageIndex: int)PageLabelRetrieves the PageLabel assigned to a specific page
UpdateLabel(pageIndex: int, pageLabel: PageLabel)Replaces the label of a page with a new PageLabel object
RemoveLabel(pageIndex: int)boolReturns true if a label existed and was removed, otherwise false
GetPages()std::vector<int>Returns the pages.

See Also