Table of Contents

Class PdfLoadeddStateItemCollection

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

Represents a collection of state items.

public class PdfLoadeddStateItemCollection : PdfCollection, IEnumerable
Inheritance
PdfLoadeddStateItemCollection
Implements
Inherited Members

Constructors

PdfLoadeddStateItemCollection()

public PdfLoadeddStateItemCollection()
See Also

Properties

this[int]

Gets the PdfLoadedStateItem at the specified index.[Read-Only]

public PdfLoadedStateItem this[int index] { get; }

Parameters

index int

Property Value

PdfLoadedStateItem

The index of specified PdfLoadedStateItem item.

See Also

See Also