Enum CodeDirection
Specifies the drawing direction of the code.
public enum CodeDirection
Fields
BottomToTop = 1Rotates the code 180° at the anchor position.
LeftToRight = 0Does not rotate the code.
RightToLeft = 2Rotates the code 180° at the anchor position.
TopToBottom = 3Rotates the code 180° at the anchor position.