VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewCommandJS type / get_MaxAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxAngle Method
    In This Topic
    Gets the maximum possible angle (clockwise and counterclockwise) detected by command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxAngle();
    
    
    function get_MaxAngle() : number;
    

    Return Value

    Maximum possible angle. Valid values are from 0 to 90. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also