In This Topic
Sets image sides where border will be searched.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebBorderRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageSideEnumJS
returnValue = instance.set_Side(value);
function set_Side(
: WebImageSideEnumJS
) : any;
Parameters
- value
- An instance of WebImageSideEnumJS class. Default value is "All".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also