[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.AttrRevisionCollection.Add

Add Method

Add()

Adds an empty attribute to the collection with default zero revision.

Declaration
public AttrRevision Add()
Returns
Type Description
AttrRevision

The created AttrRevision object.

Add(Attr)

Adds an attribute to the collection with default zero revision.

Declaration
public AttrRevision Add(Attr attr)
Parameters
Type Name Description
Attr attr

The Attr object to add.

Returns
Type Description
AttrRevision

The created AttrRevision object.