get_ReconnectBrokenObjects Method
Gets the value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var value; // Type: boolean
value = instance.get_ReconnectBrokenObjects();
function get_ReconnectBrokenObjects() : boolean;
Return Value
True - removal process reconnects objects; otherwise, False. Default value is True.