Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / AttrRevisionCollection Class / Add Method / Add(Attr) Method
The Attr object to add.

In This Topic
    Add(Attr) Method
    In This Topic
    Adds an attribute to the collection with default zero revision.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal attr As Attr _
    ) As AttrRevision
    public AttrRevision Add( 
       Attr attr
    )

    Parameters

    attr
    The Attr object to add.

    Return Value

    The created AttrRevision object.
    See Also