[]
Represents the QRCode barcode's particular information.
public class QRCodeOptions : BarCodeOptionsBase, ICloneable
Name | Description |
---|---|
QRCodeOptions() | Initializes a new instance of the QRCodeOptions class. |
QRCodeOptions(string) | Initializes a new instance of the QRCodeOptions class. |
Name | Description |
---|---|
Connection | Gets or sets whether connection is used for the barcode. |
ConnectionNumber | Gets or sets the connection number for the barcode. |
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. |
Model | Gets or sets the QRCode's model. |
Version | Gets or sets the QRCode'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. |