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