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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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