Class PdfLoadedPageLabelCollection
The class provides methods and properties to handle the collections of PdfPageLabel.
Inheritance
System.Object
PdfLoadedPageLabelCollection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfLoadedPageLabelCollection : IPdfWrapper
Constructors
PdfLoadedPageLabelCollection()
Declaration
public PdfLoadedPageLabelCollection()
Properties
Count
Gets the number of PdfPageLabel from collection (Read only).
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count. |
Item[Int32]
Gets the PdfPageLabel at the specified index (Read only).
Declaration
public PdfPageLabel this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
PdfPageLabel |
Methods
Add(PdfPageLabel)
Add the PdfPageLabel to the collection
Declaration
public void Add(PdfPageLabel pageLabel)
Parameters
Type | Name | Description |
---|---|---|
PdfPageLabel | pageLabel |