[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfOwnedCollectionBase-1

Class PdfOwnedCollectionBase<TItem>

Namespace
GrapeCity.Documents.Pdf.Wrappers
Assembly
GcDocs.Pdf.dll

Represents a PdfCollection<TItem> supporting the IOwnedObject interface, with items supporting IPdfObject.

public abstract class PdfOwnedCollectionBase<TItem> : PdfCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject where TItem : class, IPdfObject

Type Parameters

TItem

The item type.

Inheritance
Collection<TItem>
PdfOwnedCollectionBase<TItem>
Implements
IList<TItem>
Derived
Inherited Members
Extension Methods

Constructors

PdfOwnedCollectionBase()

protected PdfOwnedCollectionBase()

Properties

Owner

Gets the owner of the collection.

public IPdfObject Owner { get; }

Property Value

IPdfObject

Methods

SetOwner(IPdfObject)

Sets the owner of the current object.

protected virtual void SetOwner(IPdfObject value)

Parameters

value IPdfObject

The owner to set.