VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / get_CanModifyImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanModifyImage Method
    In This Topic
    Gets a value indicating whether this command can modify an image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
    
    var value; // Type: boolean
    value = instance.get_CanModifyImage();
    
    
    function get_CanModifyImage() : boolean;
    

    Return Value

    A value indicating whether this command can modify an image.
    Browser Compatibility
    56+
    45+
    11
    See Also