Gets or sets whether the reader should convert Code 39 data to full ASCII mode. Default is false.

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 bool Code39EnableFullAsciiMode { get; set; }
Visual Basic
Public Property Code39EnableFullAsciiMode As Boolean
	Get
	Set
Visual C++
public:
property bool Code39EnableFullAsciiMode {
	bool get ();
	void set (bool value);
}

See Also