VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / GetAction(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetAction(String) Method (PdfInteractiveFormField)
    In This Topic
    Returns the action, which is associated with the specified action property name.
    Syntax
    'Declaration
    
    Public Overrides Function GetAction( _
    ByVal actionPropertyName
    Name of the action property.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Tree.PdfAction
    public override Vintasoft.Imaging.Pdf.Tree.PdfAction GetAction(
    System.String actionPropertyName
    )
    public: Vintasoft.Imaging.Pdf.Tree.PdfAction* GetAction(
    System.String actionPropertyName
    ); override
    public:
    Vintasoft.Imaging.Pdf.Tree.PdfAction^ GetAction(
    System.String actionPropertyName
    ); override

    Parameters

    actionPropertyName
    Name of the action property.

    Return Value

    The action, which is associated with the specified action property name.
    Remarks

    Available actions:

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also