MicroQRCodeOptions Class Members
In This Topic
The following tables list the members exposed by MicroQRCodeOptions.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
 | AssignFrom | Overridden. Assigns (copies) properties from another BarCodeOptionsBase to the current object. |
 | Clone | Overridden. Creates a new object that is a copy of the current options. |
 | Equals | Overridden. Determines whether the specified System.Object is equal to the current System.Object. |
 | GetHashCode | Overridden. Serves as the default hash function. |
 | ToString | Returns a string that represents the current object. |
Top
See Also