[]
Represents a GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem> supporting the IOwnedObject interface, with items supporting GrapeCity.Documents.Pdf.Spec.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
GrapeCity.Documents.Pdf.Spec.IPdfObjectThe owner to set.