VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebGetDocumentImageRotationAngleCommandJS type / set_DetectBorder Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_DetectBorder Method
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);

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