Click or drag to resize

BarcodeScannerSettingsEnableSymbology Method

Enable or disable recognition of particular symbology

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public void EnableSymbology(
	BarcodeSymbology symbology,
	bool enabled = true
)

Parameters

symbology
Type: Scandit.RecognitionBarcodeSymbology
The symbology to enable/disable. Must not be Unknown
enabled (Optional)
Type: SystemBoolean
Whether the symbology should be enabled.
Remarks
By default, recognition of all symbologies is disabled. Each required symbology must be explicitly enabled. It is recommended to only enable symbologies actually used by the application, as each enabled symbology consumes a certain amount of processing time.
Version Information

Supported in: 1.0
See Also