GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfPortfolioSortLevelCollection Class

    Namespace:
    GemBox.Pdf.Portfolios
    Assembly:
    GemBox.Pdf.dll

    Represents a collection of PdfPortfolioSortLevels.

    • C#
    • VB.NET
    public sealed class PdfPortfolioSortLevelCollection : PdfCollection<PdfPortfolioSortLevel>, IList, ICollection, IList<PdfPortfolioSortLevel>, ICollection<PdfPortfolioSortLevel>, IReadOnlyList<PdfPortfolioSortLevel>, IReadOnlyCollection<PdfPortfolioSortLevel>, IEnumerable<PdfPortfolioSortLevel>, IEnumerable
    Public NotInheritable Class PdfPortfolioSortLevelCollection
        Inherits PdfCollection(Of PdfPortfolioSortLevel)
        Implements IList, ICollection, IList(Of PdfPortfolioSortLevel), ICollection(Of PdfPortfolioSortLevel), IReadOnlyList(Of PdfPortfolioSortLevel), IReadOnlyCollection(Of PdfPortfolioSortLevel), IEnumerable(Of PdfPortfolioSortLevel), IEnumerable
    Inheritance:
    System.Object
    PdfObject
    PdfCollection
    PdfCollection<PdfPortfolioSortLevel>
    PdfPortfolioSortLevelCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<PdfPortfolioSortLevel>
    System.Collections.Generic.ICollection<PdfPortfolioSortLevel>
    System.Collections.Generic.IReadOnlyList<PdfPortfolioSortLevel>
    System.Collections.Generic.IReadOnlyCollection<PdfPortfolioSortLevel>
    System.Collections.Generic.IEnumerable<PdfPortfolioSortLevel>
    System.Collections.IEnumerable

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through the PdfPortfolioSortLevelCollection.

    • C#
    • VB.NET
    public PdfPortfolioSortLevelCollection.Enumerator GetEnumerator()
    Public Function GetEnumerator As PdfPortfolioSortLevelCollection.Enumerator
    Returns
    PdfPortfolioSortLevelCollection.Enumerator

    A PdfPortfolioSortLevelCollection.Enumerator for the PdfPortfolioSortLevelCollection.

    Inherited Properties

    Count

    Gets the number of elements contained in the PdfCollection.

    (Inherited from PdfCollection)

    Metadata

    (Optional; PDF 1.4) A metadata stream containing metadata for the component.

    (Inherited from PdfObject)

    Inherited Methods

    Clear()

    Removes all elements from the PdfCollection.

    (Inherited from PdfCollection)

    RemoveAt(System.Int32)

    Removes the element at the specified index of the PdfCollection.

    (Inherited from PdfCollection)

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)
    PdfObjectExtensions.GetArray(PdfCollection)
    PdfObjectExtensions.GetOrAddArray(PdfCollection)

    See Also

    PDF Specification ISO 32000-1:2008, section '12.3.5 Collections'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.