Gets or sets some hints to help the barcode reader accuracy and performance.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public BarcodeReaderHints Hints { get; set; }
Visual Basic
Public Property Hints As BarcodeReaderHints
	Get
	Set
Visual C++
public:
property BarcodeReaderHints^ Hints {
	BarcodeReaderHints^ get ();
	void set (BarcodeReaderHints^ value);
}

See Also