VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_MaxDeviationAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxDeviationAngle Method
    In This Topic
    Gets the maximum angle, in degrees, of line deviation from the direction.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxDeviationAngle();
    
    
    function get_MaxDeviationAngle() : number;
    

    Return Value

    Maximum angle, in degrees, of line deviation from the direction. Valid values are from 0 to 45. Default value is 5.
    Browser Compatibility
    56+
    45+
    11
    See Also