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

    Return Value

    Width of strips, in pixels, for image scanning. 0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - strip with in pixels. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also