[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfOwnedCollection-1

PdfOwnedCollection<TItem> Class

Represents a PDF owned collection (see PdfOwnedCollectionBase<TItem>) in which items support the IOwnedObject interface.

Namespace: GrapeCity.Documents.Pdf.Wrappers
Assembly: GcDocs.Pdf.dll
Syntax
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
Type Parameters
Name Description
TItem

The item type.

Constructors

Name Description
PdfOwnedCollection()

Methods

Name Description
ClearItems()
InsertItem(int, TItem)
RemoveItem(int)
SetItem(int, TItem)

Extension Methods