Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default it ISO-8859-1.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)

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);
}

See Also