Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 39 symbology should be used. Default value is true

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public bool Code39FullAsciiMode { get; set; }
Visual Basic
Public Property Code39FullAsciiMode As Boolean
	Get
	Set
Visual C++
public:
property bool Code39FullAsciiMode {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also