VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRemovalCommandJS 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.WebHalftoneRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxSegmentSize();
    
    
    function get_MaxSegmentSize() : number;
    

    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