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

    Return Value

    True - changes must be saved in the source file; False - changes must be saved in new file. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also