In This Topic
Sets the direction of lines.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageProcessingDirectionEnumJS
returnValue = instance.set_Direction(value);
function set_Direction(
: WebImageProcessingDirectionEnumJS
) : any;
Parameters
- value
- An instance of WebImageProcessingDirectionEnumJS class. Default value is "Horizontal" and "Vertical".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also