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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also