You are here: Start » AVL.NET » Barcode Class
Barcode Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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 | AvlNet.BarcodeFormat | Format of the barcode | |
| Polarity | AvlNet.Polarity | Polarity of the barcode (Dark or Bright) | |
| Position | AvlNet.Rectangle2D | Position of the barcode | |
| Text | System.String | Decoded text of the barcode |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.Barcode) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Barcode, AvlNet.Barcode) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
