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 instance. |
 | Equals | Overridden. Determines whether the specified System.Object is equal to this instance. |
 | GetHashCode | Overridden. Overridden. Returns the hash code for the string representation of this object. |
 | ToString | Returns a System.String that represents this instance. |
Top
See Also