set_MaxDistanceBetweenParts Method
In This Topic
Sets the maximum distance, in pixels, between separated parts of one shape.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebShapeRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxDistanceBetweenParts(value);
function set_MaxDistanceBetweenParts(
: number
) : any;
Parameters
- value
- The maximum distance, in pixels, between separated parts of one shape. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also