[]
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
| Name | Description |
|---|---|
| TItem | The item type. |
| Name | Description |
|---|---|
| PdfOwnedCollectionBase() |
| Name | Description |
|---|---|
| Owner | Gets the owner of the collection. |
| Name | Description |
|---|---|
| SetOwner(IPdfObject) | Sets the owner of the current object. |