You are here: Start » FIL.NET » QRCode Class
QRCode Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.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 | FilNet.Polarity | Polarity of found QR code (Dark or Bright) |
![]() | Position | FilNet.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(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 |