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.