PDFsharp-net6

CodeDirection

Namespace: PdfSharp.Drawing.BarCodes

Specifies the drawing direction of the code.

public enum CodeDirection

Inheritance ObjectValueTypeEnumCodeDirection
Implements IComparable, IFormattable, IConvertible

Fields

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.