VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRemovalCommandJS type / get_MinHalftoneWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_MinHalftoneWidth Method
In This Topic
Gets the minimum width, in pixels, of a halftone region.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRemovalCommandJS();

var value; // Type: number
value = instance.get_MinHalftoneWidth();

Return Value

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