VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandWithSourceChangeJS type / set_ChangeSource Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ChangeSource Method
In This Topic
Sets a value indicating whether the changes must be saved in the source file.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandWithSourceChangeJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ChangeSource(value);

Parameters

value
True - changes must be saved in the source file; False - changes must be saved in new file. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also