[]
Represents the MicroQRCode barcode's particular information.
public class MicroQRCodeOptions : BarCodeOptionsBase, ICloneable
| Name | Description |
|---|---|
| MicroQRCodeOptions() | Initializes a new instance of the MicroQRCodeOptions class. |
| MicroQRCodeOptions(string) | Initializes a new instance of the MicroQRCodeOptions class. |
| Name | Description |
|---|---|
| EncodingCodePage | Design-time property to specify encoding in designer. |
| ErrorLevel | Gets or sets the error correction level for the barcode. |
| Mask | Gets or sets the pattern used for the barcode's masking. |
| Version | Gets or sets the MicroQRCode's version. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| ToString() | Returns a string that represents this instance. |