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