Aspose::Pdf::PageLabelCollection class

PageLabelCollection class

Class represeingting page label collection.

class PageLabelCollection : public System::Object

Methods

MethodDescription
GetLabel(int32_t)Gets page label by page index (page index is started from 0).
GetPages()Gets page indexes in collection.
RemoveLabel(int32_t)Remove label by page index (page index is started from 0).
UpdateLabel(int32_t, System::SharedPtr<PageLabel>)Update label for given page index (page index is started from 0).

See Also