VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_ThresholdMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThresholdMode Method
    In This Topic
    Gets a mode of threshold detection.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebThresholdModeEnumJS
    value = instance.get_ThresholdMode();
    
    
    function get_ThresholdMode() : WebThresholdModeEnumJS;
    

    Return Value

    An instance of WebThresholdModeEnumJS class that defines a mode of threshold detection. Default value is "Automatic".
    Browser Compatibility
    9
    5
    11
    5
    See Also