VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebShapeRemovalCommandJS type / set_ShapeMinWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ShapeMinWidth Method
Sets the minimum width, in pixels, of the shape.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebShapeRemovalCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_ShapeMinWidth(value);

Parameters

value
The minimum width, in pixels, of the shape. Default value is 1.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also