Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 93 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 Code93FullAsciiMode { get; set; }
Visual Basic
Public Property Code93FullAsciiMode As Boolean
	Get
	Set
Visual C++
public:
property bool Code93FullAsciiMode {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also