Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2. Default value is Mode1

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also