[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.AttrCollection

AttrCollection Class

Represents a collection of Attr objects.

Inheritance
PdfCollection<Attr>
AttrCollection
Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: DS.Documents.Pdf.dll
Syntax
public class AttrCollection : PdfCollection<Attr>, IList<Attr>, ICollection<Attr>, IReadOnlyList<Attr>, IReadOnlyCollection<Attr>, IEnumerable<Attr>, IPdfArray, IList, ICollection, IEnumerable
Public Class AttrCollection
    Inherits PdfCollection(Of Attr)
    Implements IList(Of Attr), ICollection(Of Attr), IReadOnlyList(Of Attr), IReadOnlyCollection(Of Attr), IEnumerable(Of Attr), IPdfArray, IList, ICollection, IEnumerable

Constructors

Name Description
AttrCollection()

Extension Methods