You are here: Start » QRCode Class
QRCode Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.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 Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Polarity | Fil.Polarity | |
![]() | Position | Fil.Path | |
![]() | Text | System.String | |
![]() | Version | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Fil.QRCode) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Fil.QRCode) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Fil.QRCode) | |
![]() | ToString() | Inherited from System.Object |