VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebArithmeticConvolutionFilterCommandJS 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.WebArithmeticConvolutionFilterCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageProcessingDirectionEnumJS
    
    returnValue = instance.set_Direction(value);
    
    
    function set_Direction(
    value
    An instance of WebImageProcessingDirectionEnumJS class. Default value is Horizontal and Vertical.
    : WebImageProcessingDirectionEnumJS
    ) : any;

    Parameters

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