Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionNamed Class / ActionNamed Constructor / ActionNamed Constructor(String)
The name of the action.

In This Topic
    ActionNamed Constructor(String)
    In This Topic
    Initializes a new instance of the ActionNamed.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String _
    )
    public ActionNamed( 
       System.string name
    )

    Parameters

    name
    The name of the action.
    See Also