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

    Return Value

    true - command detects the border and clears it berofe rotation angle determining; false - command determines the rotation angle on initial image. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also