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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also