Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / AttrRevisionCollection Class / Add Method / Add() Method

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

    Return Value

    The created AttrRevision object.
    See Also