You are here: Start » AVL.NET » QRCode Class
QRCode Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Holds information about QR code: its position, version, polarity and text which is encoded.
Constructors
Constructor | Description | |
---|---|---|
![]() | QRCode() | |
![]() | QRCode(Path, String, Int32, Polarity) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | Polarity | Avl.Polarity | |
![]() | Position | Avl.Path | |
![]() | Text | System.String | |
![]() | Version | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Avl.QRCode) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Avl.QRCode) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.QRCode) | |
![]() | ToString() | Inherited from System.Object |