VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebBorderRemovalCommandJS type / set_Side Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Side Method
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);

Parameters

value
An instance of WebImageSideEnumJS class. Default value is "All".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also