PdfBasicCollection Class
Represents a base class for all basic PDF objects that are collections (PdfArray and PdfDictionary).
public abstract class PdfBasicCollection : PdfBasicContainer, ICollection, IEnumerable
Public MustInherit Class PdfBasicCollection
Inherits PdfBasicContainer
Implements ICollection, IEnumerable
- Inheritance:
- System.ObjectPdfBasicCollection
- Derived
Implements
Properties
Count
Gets the number of elements contained in the PdfBasicCollection.
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) |