VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRecognitionCommandJS type / get_MinHalftoneHeight Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinHalftoneHeight Method
    In This Topic
    Gets the minimum height, in pixels, of a halftone region.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRecognitionCommandJS();
    
    var value; // Type: number
    value = instance.get_MinHalftoneHeight();
    
    
    function get_MinHalftoneHeight() : number;
    

    Return Value

    Minimum height, in pixels, of a halftone region. Minimum value is 10. Default value is 25.
    Browser Compatibility
    56+
    45+
    11
    See Also