Specifies the drawing direction of the code.
Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member 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. |
See Also