[]
        
(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: DS.Documents.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
Public MustInherit Class PdfOwnedCollection(Of TItem As {Class, IPdfObject, IOwnedObject})
    Inherits PdfOwnedCollectionBase(Of TItem)
    Implements IList(Of TItem), ICollection(Of TItem), IReadOnlyList(Of TItem), IReadOnlyCollection(Of TItem), IEnumerable(Of TItem), IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Type Parameters
Name Description
TItem

The item type.

Constructors

Name Description
PdfOwnedCollection()

Methods

Extension Methods