Class PageLabelCollection

PageLabelCollection class

Class represeingting page label collection.

public class PageLabelCollection

Methods

NameDescription
GetLabel(int)Gets page label by page index (page index is started from 0).
GetPages()Gets page indexes in collection.
RemoveLabel(int)Remove label by page index (page index is started from 0).
UpdateLabel(int, PageLabel)Update label for given page index (page index is started from 0).

See Also