VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebGetDocumentImageRotationAngleCommandJS type / set_DetectBorder Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DetectBorder Method
    In This Topic
    Sets the value indicating whether the command should detect border in image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebGetDocumentImageRotationAngleCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DetectBorder(value);
    
    
    function set_DetectBorder(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also