PDFsharp-net6

TextLocation

Namespace: PdfSharp.Drawing.BarCodes

Specifies whether and how the text is displayed at the code.

public enum TextLocation

Inheritance ObjectValueTypeEnumTextLocation
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
None 0 No text is drawn.
Above 1 The text is located above the code.
Below 2 The text is located below the code.
AboveEmbedded 3 The text is located above within the code.
BelowEmbedded 4 The text is located below within the code.