Class PdfLoadeddStateItemCollection
Represents a collection of state items.
Implements
System.Collections.IEnumerable
Namespace: Syncfusion.Pdf.Parsing
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfLoadeddStateItemCollection : PdfCollection, IEnumerable
Constructors
PdfLoadeddStateItemCollection()
Declaration
public PdfLoadeddStateItemCollection()
Properties
Item[Int32]
Gets the PdfLoadedStateItem at the specified index.[Read-Only]
Declaration
public PdfLoadedStateItem this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
PdfLoadedStateItem | The index of specified PdfLoadedStateItem item. |
Implements
System.Collections.IEnumerable