BarcodeOrientation Enumeration |
Possible orientation values for the bar code symbol. Specifies in what direction the bar code symbol is drawn.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum BarcodeOrientation
Public Enumeration BarcodeOrientation
Members
| Member name | Description |
---|
| Right | The symbol is drawn from Left to Right. |
| Left | The symbol is drawn from Right to Left. |
| Up | The symbol is drawn from Bottom to Top. |
| Down | The symbol is drawn from Top to Bottom. |
See Also