You are here: Start » AVL.NET » QRCode Class
QRCode Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Holds information about QR code: its position, version, polarity and text which is encoded.
Constructors
| Constructor | Description | |
|---|---|---|
| QRCode(Path) | ||
| QRCode(Path, String, Int32, Polarity) | ||
| QRCode(QRCode) | Creates a deep copy of the passed object. | |
| QRCode() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| IsDisposed | System.Boolean | ||
| Polarity | AvlNet.Polarity | Polarity of found QR code (Dark or Bright) | |
| Position | AvlNet.Path | Position of found QR code. | |
| Text | System.String | Decoded text of QR code | |
| Version | System.Int32 | Defines size of QR code.(e.g. Version 1 represents QR code 21x21) |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.QRCode) | ||
| Equals(AvlNet.QRCode, AvlNet.QRCode) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.QRCode) | Resets this instance with data of the other QRCode object. | |
| ToString() | Inherited from System.Object |
