set_ReconnectBrokenObjects Method
In This Topic
Sets the value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ReconnectBrokenObjects(value);
function set_ReconnectBrokenObjects(
: boolean
) : any;
Parameters
- value
- True - removal process reconnects objects, otherwise, False. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also