VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / set_ReconnectBrokenObjects Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    True - removal process reconnects objects, otherwise, False. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True - removal process reconnects objects, otherwise, False. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also