Link Search Menu Expand Document

PageLabelsCollection Class

Represents the collection of page labels.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPageLabelsCollection

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class PageLabelsCollection : IEnumerable<PageLabel>, 
	IEnumerable

The PageLabelsCollection type exposes the following members.

Properties
NameDescription
Public propertyCount
Gets the number of page labels in collection.
Public propertyItem
Gets the element at the specified index.
Top
Methods
NameDescription
Public methodAdd
Adds the page label to the end of the collection.
Public methodClear
Removes all page labels from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an page label at the specified index to the collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the page label with the specified index from the collection.
Public methodToString (Inherited from Object.)
Top
See Also

Reference