In This Topic
Sets the maximum 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_ShapeMaxWidth(value);
function set_ShapeMaxWidth(
: number
) : any;
Parameters
- value
- The maximum width, in pixels, of the shape. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also