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);
function set_StripWidth(
: number
) : any;
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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also