Namespace: PdfSharp.Drawing.BarCodes
Specifies whether and how the text is displayed at the code.
public enum TextLocation
Inheritance Object → ValueType → Enum → TextLocation
Implements IComparable, IFormattable, IConvertible
| 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. |