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