You are here: Start » FIL.NET » Barcode Class
Barcode Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Holds information about 1D barcode: its position, format and text which is encoded.
Constructors
Constructor | Description | |
---|---|---|
![]() | Barcode(Rectangle2D) | |
![]() | Barcode(Rectangle2D, String, BarcodeFormat, Polarity) | |
![]() | Barcode() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Format | FilNet.BarcodeFormat | Format of the barcode |
![]() | Polarity | FilNet.Polarity | Polarity of the barcode (Dark or Bright) |
![]() | Position | FilNet.Rectangle2D | Position of the barcode |
![]() | Text | System.String | Decoded text of the barcode |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.Barcode) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.Barcode, FilNet.Barcode) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |