VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / ExecuteAction(PdfTriggerEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteAction(PdfTriggerEventArgs) Method (PdfJsApp)
    In This Topic
    Executes an action.
    Syntax
    'Declaration
    
    Public Sub ExecuteAction( _
    ByVal args
    The PdfTriggerEventArgs instance containing the execute action data.
    As Vintasoft.Imaging.Pdf.PdfTriggerEventArgs _
    )

    Parameters

    args
    The PdfTriggerEventArgs instance containing the execute action data.

    Return Value

    True if action is executed successfully; otherwise, false.
    Requirements

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

    See Also