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);
function set_ChangeSource(
: boolean
) : any;
Parameters
- value
- True - changes must be saved in the source file; False - changes must be saved in new file. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also