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

var value; // Type: Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS
value = instance.get_Binarization();

Return Value

An instance of WebBinarizeCommandJS class. By default the Global binarization is used.
Browser Compatibility
56+
45+
11
See Also