Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default value is "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
Syntax
| C# | 
|---|
| public string QRCodeByteEncodingName { get; set; } | 
| Visual Basic | 
|---|
| Public Property QRCodeByteEncodingName As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ QRCodeByteEncodingName {
	String^ get ();
	void set (String^ value);
} | 
Property Value
Type: 
String See Also
See Also