In This Topic
Sets a window size of the command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_WindowSize(value);
function set_WindowSize(
: number
) : any;
Parameters
- value
- Window size of the command. Valid value is any value more than 0. Default value is 7.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also