VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfAnnotationJS type / set_ActivateAction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ActivateAction Method
    In This Topic
    Sets an action to be performed when the link is activated.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfAnnotationJS(page);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPdfActionJS
    
    returnValue = instance.set_ActivateAction(value);
    
    
    function set_ActivateAction(
    value : WebPdfActionJS
    ) : any;

    Parameters

    value
    WebPdfActionJS object.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also