ActiveReports6 Assembly > DataDynamics.ActiveReports.Options Namespace : QRCodeOptions Class |
The following tables list the members exposed by QRCodeOptions.
Name | Description | |
---|---|---|
QRCodeOptions Constructor | Overloaded. 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. | |
Encoding | Get or sets the encoding that the QRCode uses to encode the text. The default value is Encoding.GetEncoding(932). | |
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 | |
---|---|---|
Equals | Compares the QRCodeOptions object to another System.Object to see if they are equal. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
ToString | Returns a string that represents the current object. |