Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C. Default value is Auto
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public Code128 Code128CharSet { get; set; } |
Visual Basic |
---|
Public Property Code128CharSet As Code128
Get
Set |
Visual C++ |
---|
public:
property Code128 Code128CharSet {
Code128 get ();
void set (Code128 value);
} |
Property Value
Type:
Code128See Also