Gets or sets the Encoding Name (Code Page) to be used for Han Xin Code Binary Byte Encoding mode. Default it ISO-8859-1.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string HanXinCodeByteEncodingName { get; set; } |
Visual Basic |
---|
Public Property HanXinCodeByteEncodingName As String
Get
Set |
Visual C++ |
---|
public:
property String^ HanXinCodeByteEncodingName {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
StringSee Also