[]
Represents a PDF owned collection (see PdfOwnedCollectionBase<TItem>) in which items support the IOwnedObject interface.
public abstract class PdfOwnedCollection<TItem> : PdfOwnedCollectionBase<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject where TItem : class, IPdfObject, IOwnedObject
TItemThe item type.
protected PdfOwnedCollection()
protected override void ClearItems()
protected override void InsertItem(int index, TItem item)
index intitem TItemprotected override void RemoveItem(int index)
index intprotected override void SetItem(int index, TItem item)
index intitem TItem