In This Topic
Sets the maximum length of line gap.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxGapLength(value);
function set_MaxGapLength(
: number
) : any;
Parameters
- value
- The maximum length of line gap. Valid value is 0 and any positive value. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also