VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebGetRotationAngleCommandJS 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.WebGetRotationAngleCommandJS();

var value; // Type: number
value = instance.get_MaxAngle();

Return Value

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