VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_ScanDirection Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ScanDirection Method
    In This Topic
    Gets the scan direction for barcode search.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebScanDirectionEnumJS
    value = instance.get_ScanDirection();
    
    
    function get_ScanDirection() : WebScanDirectionEnumJS;
    

    Return Value

    An instance of WebScanDirectionEnumJS class that defines the scan direction for barcode search.
    Browser Compatibility
    9
    5
    11
    5
    See Also