set_HolePunchLocation Method
In This Topic
Sets the location of the hole punches to remove.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebHolePunchLocationEnumJS
returnValue = instance.set_HolePunchLocation(value);
function set_HolePunchLocation(
: WebHolePunchLocationEnumJS
) : any;
Parameters
- value
- An instance of WebHolePunchLocationEnumJS class. Default value is "Left".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also