In This Topic
Sets the maximum size, in pixels, of the bumps to be removed.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebSmoothingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_BumpSize(value);
function set_BumpSize(
: number
) : any;
Parameters
- value
- Maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also