QRCodeGS1Options Properties
Contains options specific to this symbology (bar code type).| Name | Description |
|---|---|
| CompactionMode | Gets or sets the mode for data encoding in the QR code. Inherited from QRCodeOptions. |
| ErrorLevel | Gets or sets the error correction level used in QR Code. Inherited from QRCodeOptions. |
| FNC1Substitute | Gets or sets the symbol (or set of symbols) in the barcode data to be replaced with the FNC1 functional character. |
| FrameOptions | Gets or sets the frame for QR codes. Inherited from QRCodeOptions. |
| Logo | Gets or sets the barcode logo. Inherited from QRCodeOptions. |
| 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. Inherited from QRCodeOptions. |
See Also