QRCodeSymbology Members
In This Article
#Constructors
Name | Description |
---|---|
QRCode |
Initializes a new instance of the QRCode |
#Fields
Name | Description |
---|---|
Compaction |
Identifies the Compaction |
Error |
Identifies the Error |
Version |
Identifies the Version dependency property. |
#Properties
Name | Description |
---|---|
Compaction |
Gets or sets whether numeric, alphanumeric or byte mode should be used to encode the barcode’s data. |
Error |
Gets or sets the amount of redundancy built into the bar code’s coding, to compensate for calculation errors. |
Generator |
Inherited from Symbology |
Version | Gets or sets the bar code’s size. |
#Methods
Name | Description |
---|---|
Bar |
Inherited from Symbology |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also