PageLabelsCollection Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the collection of page labels.
Inheritance Hierarchy
Bytescout.PDFPageLabelsCollection
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The PageLabelsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of page labels in collection. | |
Item | Gets the element at the specified index. |
Methods
Name | Description | |
---|---|---|
Add | Adds the page label to the end of the collection. | |
Clear | Removes all page labels from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert | Inserts an page label at the specified index to the collection. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the page label with the specified index from the collection. | |
ToString | (Inherited from Object.) |
See Also