Namespace: PdfSharp.Drawing.BarCodes
Specifies the drawing direction of the code.
public enum CodeDirection
Inheritance Object → ValueType → Enum → CodeDirection
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| LeftToRight | 0 | Does not rotate the code. |
| BottomToTop | 1 | Rotates the code 180° at the anchor position. |
| RightToLeft | 2 | Rotates the code 180° at the anchor position. |
| TopToBottom | 3 | Rotates the code 180° at the anchor position. |