VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_ScanDirection Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ScanDirection Method
In This Topic
Sets the scan direction for barcode search.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebScanDirectionEnumJS

returnValue = instance.set_ScanDirection(value);

Parameters

value
An instance of WebScanDirectionEnumJS class that defines the scan direction for barcode search.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also