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

var value; // Type: Vintasoft.Imaging.WebImageProcessingDirectionEnumJS
value = instance.get_Direction();

Return Value

An instance of WebImageProcessingDirectionEnumJS class. Default value is "Horizontal".
Browser Compatibility
56+
45+
11
See Also