Pdf417SymbolOrientation Enumeration |
Possible orientations for the PDF417 bar code symbol.
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 Pdf417SymbolOrientation
Public Enumeration Pdf417SymbolOrientation
Members
| Member name | Description |
---|
| Horizontal |
The PDF417 bar code will be rendered horizontally.
|
| Vertical |
The PDF417 will be rendered vertically.
|
See Also