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

    Return Value

    Shadow distance. Valid value is 0 and any positive value. Default value is 15.
    Browser Compatibility
    56+
    45+
    11
    See Also