set_FillBorderSize Method
In This Topic
Sets the size, in pixels, of border around hole punch, which should be filled.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FillBorderSize(value);
function set_FillBorderSize(
: number
) : any;
Parameters
- value
- 0 - command will fill hole punch only (use this value for "ideal" hole punches); N - command will file hole punch and border around hole punch (use border around hole punch for "not ideal" hole punches). Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also