VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_ReconnectBrokenObjects Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ReconnectBrokenObjects Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_ReconnectBrokenObjects();
    
    
    function get_ReconnectBrokenObjects() : boolean;
    

    Return Value

    True - removal process reconnects objects; otherwise, False. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also