Gets or sets the QR Code Version to use on that symbology.
Namespace: Neodynamic.WebControls.BarcodeProfessionalAssembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)
Syntax
| C# |
|---|
public QRCodeVersion QRCodeVersion { get; set; } |
| Visual Basic |
|---|
Public Property QRCodeVersion As QRCodeVersion Get Set |
| Visual C++ |
|---|
public: property QRCodeVersion QRCodeVersion { QRCodeVersion get (); void set (QRCodeVersion value); } |