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

    Return Value

    Minimum width, in pixels, of inverted text block. Valid values are from 10 to 16384. Default value is 50.
    Browser Compatibility
    56+
    45+
    11
    See Also