VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAutoTextOrientationCommandJS type / set_StripWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_StripWidth Method
In This Topic
Sets the width of strips, in pixels, for image scanning.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextOrientationCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_StripWidth(value);

Parameters

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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also