Click or drag to resize

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
Members
  Member nameDescription
RightThe symbol is drawn from Left to Right.
LeftThe symbol is drawn from Right to Left.
UpThe symbol is drawn from Bottom to Top.
DownThe symbol is drawn from Top to Bottom.
See Also