PageLabelCollection Class
Class represeingting page label collection.
Inheritance Hierarchy
SystemObject
  Aspose.PdfPageLabelCollection

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class PageLabelCollection

The PageLabelCollection type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLabel
Gets page label by page index (page index is started from 0).
Public methodGetPages
Gets page indexes in collection.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveLabel
Remove label by page index (page index is started from 0).
Public methodToString (Inherited from Object.)
Public methodUpdateLabel
Update label for given page index (page index is started from 0).
See Also