VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_Direction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Direction Method
    In This Topic
    Gets the direction of lines.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebImageProcessingDirectionEnumJS
    value = instance.get_Direction();
    
    
    function get_Direction() : WebImageProcessingDirectionEnumJS;
    

    Return Value

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