Class BarcodeOrientation
Specifies the orientation of a Barcode.
Inheritance
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class BarcodeOrientation : Enum
BarcodeOrientation describes the alignment of a barcode within IronBarcode, distinguishing a code laid out along its width from one rotated onto its side. Horizontal indicates a barcode aligned horizontally, the usual layout for linear and 2D symbols, and Vertical indicates a barcode aligned vertically. The image orientation correction how-to covers reading rotated and skewed barcodes.
Fields
Horizontal
Barcode is aligned Horizontally
Declaration
public const BarcodeOrientation Horizontal
Field Value
| Type | Description |
|---|---|
| BarcodeOrientation |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Vertical
Barcode is aligned Vertically
Declaration
public const BarcodeOrientation Vertical
Field Value
| Type | Description |
|---|---|
| BarcodeOrientation |