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

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

Return Value

Maximum length, in pixels, of a halftone segment. Valid values are from 2 to 50. Default value is 10.
Browser Compatibility
56+
45+
11
See Also