VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDilateCommandJS type / set_Direction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Direction Method
In This Topic
Sets the direction in which image is processed.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebDilateCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebImageProcessingDirectionEnumJS

returnValue = instance.set_Direction(value);

Parameters

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