VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / set_BorderClear Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_BorderClear Method
In This Topic
Sets a border removal command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebBorderClearCommandJS

returnValue = instance.set_BorderClear(value);

Parameters

value
An instance of WebBorderClearCommandJS class. By default command is used.
Browser Compatibility
56+
45+
11
See Also