Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / AttrRevision Class / AttrRevision Constructor
The underlying Attr object.
The revision of the attribute, 0 by default.

In This Topic
    AttrRevision Constructor
    In This Topic
    Initializes a new instance of the AttrRevision class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal attr As Attr, _
       Optional ByVal revision As System.Integer _
    )
    public AttrRevision( 
       Attr attr,
       System.int revision
    )

    Parameters

    attr
    The underlying Attr object.
    revision
    The revision of the attribute, 0 by default.
    See Also