VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / get_AutoCommit Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoCommit Method
    In This Topic
    Gets a value indicating whether this visual tool must automatically commit changes in interactive form if interaction mode is changed or this visual tool become inactive.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
    
    var value; // Type: boolean
    value = instance.get_AutoCommit();
    
    
    function get_AutoCommit() : boolean;
    

    Return Value

    True - this visual tool automatically commit changes in interactive form to the server if interaction mode is changed or this visual tool become inactive; false - this visual tool does not commit changes in interactive form to the server if interaction mode is changed or this visual tool become inactive. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also