Gets or sets the QR Code Encoding to use on that symbology.
Namespace:
Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)
Syntax
| C# |
|---|
public QRCodeEncoding QRCodeEncoding { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property QRCodeEncoding As QRCodeEncoding |
| Visual C++ |
|---|
public: property QRCodeEncoding QRCodeEncoding { QRCodeEncoding get (); void set (QRCodeEncoding value); } |