Gets or sets the Telepen Encoding to use on that symbology. Default value is Ascii
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
| C# |
|---|
public TelepenEncoding TelepenEncoding { get; set; } |
| Visual Basic |
|---|
Public Property TelepenEncoding As TelepenEncoding Get Set |
| Visual C++ |
|---|
public: property TelepenEncoding TelepenEncoding { TelepenEncoding get (); void set (TelepenEncoding value); } |