QRCodeOptions Properties
Contains options specific to the QR symbology.| Name | Description |
|---|---|
| CompactionMode | Gets or sets the mode for data encoding in the QR code. |
| ErrorLevel | Gets or sets the error correction level used in QR Code. |
| FrameOptions | Gets or sets the frame for QR codes. |
| Logo | Gets or sets the barcode logo. |
| ShowCodeText | Gets or sets whether bar code text data should be displayed in a bar code image. Inherited from BarCodeGeneratorOptions. |
| Version | Gets or sets the QR Code version. |
See Also