[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfOwnedCollectionBase-1

PdfOwnedCollectionBase<TItem> Class

Represents a GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem> supporting the IOwnedObject interface, with items supporting GrapeCity.Documents.Pdf.Spec.IPdfObject.

Inheritance
Collection<TItem>
PdfCollection<TItem>
PdfOwnedCollectionBase<TItem>
Namespace: GrapeCity.Documents.Pdf.Wrappers
Assembly: DS.Documents.Pdf.dll
Syntax
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
Public MustInherit Class PdfOwnedCollectionBase(Of TItem As {Class, IPdfObject})
    Inherits PdfCollection(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
PdfOwnedCollectionBase()

Properties

Name Description
Owner

Gets the owner of the collection.

Methods

Name Description
SetOwner(IPdfObject)

Sets the owner of the current object.

Extension Methods