VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewDocumentImageCommandJS type / get_ClearBorder Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ClearBorder Method
    In This Topic
    Gets the value indicating whether the command should clear border in image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();
    
    var value; // Type: boolean
    value = instance.get_ClearBorder();
    
    
    function get_ClearBorder() : boolean;
    

    Return 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