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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |