MicroQRCodeOptions Properties
Contains options specific to the Micro QR Code symbology.| Name | Description |
|---|---|
| CompactionMode | Gets or sets whether the barcode contains a number, an alphanumeric string, or a byte array. |
| ErrorLevel | Specifies the amount of redundancy built into the Micro QR code to compensate for calculation errors. |
| 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 barcode’s version. |
See Also