VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / set_AutoCommit Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_AutoCommit Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_AutoCommit(value);
    
    
    function set_AutoCommit(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also