[]
        
(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: GcDocs.Pdf.dll
Syntax
public class AttrCollection : PdfCollection<Attr>, IList<Attr>, ICollection<Attr>, IReadOnlyList<Attr>, IReadOnlyCollection<Attr>, IEnumerable<Attr>, IPdfArray, IList, ICollection, IEnumerable

Constructors

Name Description
AttrCollection()

Extension Methods