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

    Show / Hide Table of Contents

    PdfBasicCollection Class

    Namespace:
    GemBox.Pdf.Objects
    Assembly:
    GemBox.Pdf.dll

    Represents a base class for all basic PDF objects that are collections (PdfArray and PdfDictionary).

    • C#
    • VB.NET
    public abstract class PdfBasicCollection : PdfBasicContainer, ICollection, IEnumerable
    Public MustInherit Class PdfBasicCollection
        Inherits PdfBasicContainer
        Implements ICollection, IEnumerable
    Inheritance:
    System.Object
    PdfBasicObject
    PdfBasicContainer
    PdfBasicCollection
    Derived
    PdfArray
    PdfDictionary
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable

    Properties

    Count

    Gets the number of elements contained in the PdfBasicCollection.

    • C#
    • VB.NET
    public int Count { get; }
    Public ReadOnly Property Count As Integer
    Property Value
    System.Int32

    The number of PdfBasicObjects contained in the PdfBasicCollection.

    Inherited Properties

    Indirect

    Gets the PdfIndirectObject if this PdfBasicContainer is Value or null otherwise.

    (Inherited from PdfBasicContainer)

    IsReadOnly

    Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.

    (Inherited from PdfBasicContainer)

    Null

    Gets the single instance of Null type.

    (Inherited from PdfBasicObject)

    ObjectType

    Gets the PdfBasicObjectType of the current PdfBasicObject instance.

    (Inherited from PdfBasicObject)

    Inherited Methods

    Clone(System.Boolean)

    Makes a deep clone of the PdfBasicContainer with optionally cloning descendant PdfIndirectObjects.

    (Inherited from PdfBasicContainer)

    Clone(System.Func<PdfIndirectObject, PdfBasicObject>)

    Makes a deep clone of the PdfBasicContainer with parameter that controls the cloning of PdfIndirectObjects.

    (Inherited from PdfBasicContainer)

    Equals(System.Object)

    Determines whether the specified System.Object is equal to this PdfBasicContainer instance.

    (Inherited from PdfBasicContainer)

    GetHashCode()

    Returns a hash code for this PdfBasicContainer instance.

    (Inherited from PdfBasicContainer)

    ToString()

    Returns a System.String that represents this PdfBasicObject instance.

    (Inherited from PdfBasicObject)

    Implements

    System.Collections.ICollection
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.