Class BarcodeOrientation
Specifies the orientation of a Barcode.
Inheritance
System.Object
BarcodeOrientation
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class BarcodeOrientation : Enum
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 |