CodeDirection EnumerationTerminal Works - PDF Printing.Net Library
Specifies the drawing direction of the code.

Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum CodeDirection
Members

  Member nameValueDescription
LeftToRight0 Does not rotate the code.
BottomToTop1 Rotates the code 180° at the anchor position.
RightToLeft2 Rotates the code 180° at the anchor position.
TopToBottom3 Rotates the code 180° at the anchor position.
See Also

Reference