var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlJS(settings); var value; // Type: any // Parameters var successFunc; // Type: function value = instance.saveChanges(successFunc);
function saveChanges(
successFuncFunction that will be executed if request is executed successfully.: Function
Here is function prototype "function __success(data)".
The data parameter has the following properties:
- fileId (string): A file identifier.
) : any;
Parameters
- successFunc
- Function that will be executed if request is executed successfully.
Here is function prototype "function __success(data)".
The data parameter has the following properties:
- fileId (string): A file identifier.