set_MaxSegmentSize Method
In This Topic
Sets the maximum length, in pixels, of a halftone segment.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRecognitionCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxSegmentSize(value);
function set_MaxSegmentSize(
: number
) : any;
Parameters
- value
- Maximum length, in pixels, of a halftone segment. Valid values are from 2 to 50. Default value is 10.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also