VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewDocumentImageCommandJS type / set_ClearBorder Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ClearBorder Method
    In This Topic
    Sets the value indicating whether the command should clear border in image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ClearBorder(value);
    
    
    function set_ClearBorder(
    value
    true - command clears the border on deskewed image; false - command returns deskewed image without changes. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    true - command clears the border on deskewed image; false - command returns deskewed image without changes. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also