Gets or sets the QR Code Version to use on that symbology.

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

Syntax

C#
public QRCodeVersion QRCodeVersion { get; set; }
Visual Basic (Declaration)
Public Property QRCodeVersion As QRCodeVersion
Visual C++
public:
property QRCodeVersion QRCodeVersion {
	QRCodeVersion get ();
	void set (QRCodeVersion value);
}

See Also