Gets the value indicating whether the command should clear border in image.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();
var value; // Type: boolean
value = instance.get_ClearBorder();
function get_ClearBorder() : boolean;
Return Value
true - command clears the border on deskewed image; false - command returns deskewed image without changes. Default value is True.