Table of Contents

Class PdfLoadedPageLabelCollection

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

The class provides methods and properties to handle the collections of PdfPageLabel.

public class PdfLoadedPageLabelCollection
Inheritance
PdfLoadedPageLabelCollection
Inherited Members

Constructors

PdfLoadedPageLabelCollection()

public PdfLoadedPageLabelCollection()

Properties

Count

Gets the number of PdfPageLabel from collection (Read only).

public int Count { get; }

Property Value

int

The count.

this[int]

Gets the PdfPageLabel at the specified index (Read only).

public PdfPageLabel this[int index] { get; }

Parameters

index int

Property Value

PdfPageLabel

Methods

Add(PdfPageLabel)

Add the PdfPageLabel to the collection

public void Add(PdfPageLabel pageLabel)

Parameters

pageLabel PdfPageLabel