In This Topic
Sets the value indicating whether the command should clear border in image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ClearBorder(value);
function set_ClearBorder(
: boolean
) : any;
Parameters
- value
- true - command clears the border on deskewed image; false - command returns deskewed image without changes. Default value is True.
Browser Compatibility
See Also