[]
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
TItem
The item type.
protected PdfOwnedCollectionBase()
Gets the owner of the collection.
public IPdfObject Owner { get; }
Sets the owner of the current object.
protected virtual void SetOwner(IPdfObject value)
value
IPdfObjectThe owner to set.