menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfLoadeddStateItemCollection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfLoadeddStateItemCollection

    Represents a collection of state items.

    Inheritance
    System.Object
    PdfCollection
    PdfLoadeddStateItemCollection
    Implements
    System.Collections.IEnumerable
    Inherited Members
    PdfCollection.Count
    PdfCollection.GetEnumerator()
    PdfCollection.List
    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.Parsing
    Assembly: Syncfusion.Pdf.Base.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

    Extension Methods

    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)

    See Also

    PdfCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved