VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebShapeRemovalCommandJS type / get_ShapeMaxWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShapeMaxWidth Method
    In This Topic
    Gets the maximum width, in pixels, of the shape.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebShapeRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_ShapeMaxWidth();
    
    
    function get_ShapeMaxWidth() : number;
    

    Return Value

    The maximum width, in pixels, of the shape.
    Browser Compatibility
    56+
    45+
    11
    See Also