VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / get_HalftoneRemoval Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HalftoneRemoval Method
    In This Topic
    Gets a command that detects and removes halftones.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRemovalCommandJS
    value = instance.get_HalftoneRemoval();
    
    
    function get_HalftoneRemoval() : WebHalftoneRemovalCommandJS;
    

    Return Value

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