[]
Represents the MicroQRCode barcode's particular information.
public class MicroQRCodeOptions : BarCodeOptionsBase
Public Class MicroQRCodeOptions
Inherits BarCodeOptionsBase
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 |
---|---|
AssignFrom(BarCodeOptionsBase) | Assigns (copies) properties from another BarCodeOptionsBase to the current object. |
Clone() | Creates a new object that is a copy of the current instance. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Overridden. Returns the hash code for the string representation of this object. |
ToString() | Returns a string that represents this instance. |