You are here: Start » FIL.NET » QRCode Class
QRCode Class
Holds information about QR code: its position, version and text which is encoded.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | QRCode(Path, String, Int32) | |
![]() | QRCode(QRCode) | Creates a deep copy of the passed object. |
![]() | QRCode() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsDisposed | System.Boolean | |
![]() | Position | FilNet.Path | |
![]() | Text | System.String | |
![]() | Version | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.QRCode) | |
![]() ![]() | Equals(FilNet.QRCode, FilNet.QRCode) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.QRCode) | Resets this instance with data of the other QRCode object. |
![]() | ToString() | Inherited from System.Object |