VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / get_InteractionMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_InteractionMode Method
    In This Topic
    Gets the interaction mode.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormInteractionModeEnumJS
    value = instance.get_InteractionMode();
    
    
    function get_InteractionMode() : WebPdfInteractiveFormInteractionModeEnumJS;
    

    Return Value

    WebPdfInteractiveFormInteractionModeEnumJS object. Default value is "View".
    Browser Compatibility
    56+
    45+
    11
    See Also