VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / set_Binarization Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Binarization Method
In This Topic
Sets a binarization command mode applied to a not-black-white images.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebBinarizeCommandJS

returnValue = instance.set_Binarization(value);

Parameters

value
An instance of WebBinarizeCommandJS class. By default the Global binarization is used.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also