BarcodeAlignment Enumeration |
Possible alignment values of the bar code symbol relative to its layout rectangle.
BarcodeOrientation Determines how barcodes will be aligned within a bounding rectangle
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 BarcodeAlignment
Public Enumeration BarcodeAlignment
Members
| Member name | Description |
---|
| Near | Barcodes will be drawn starting from the near edge (left edge for left to right layout) |
| Center | Barcodes will be drawn centered within the bounds |
| Far | Barcodes will be drawn starting from the far edge (right edge for left to right layout) |
See Also