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: 6.0.3500.0 (6.0.3515.430)
 Syntax
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);
} | 
Property Value
Type: 
TelepenEncoding See Also
See Also