VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebEmbossCommandJS type / get_Depth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Depth Method
    In This Topic
    Gets a depth of process.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebEmbossCommandJS();
    
    var value; // Type: number
    value = instance.get_Depth();
    
    
    function get_Depth() : number;
    

    Return Value

    Depth of process. Valid values are from 1 to 10. Default value is 2.
    Browser Compatibility
    56+
    45+
    11
    See Also