Namespace: PdfSharp.Drawing.BarCodes
Specifies whether and how the text is displayed at the code area.
public enum AnchorType
Inheritance Object → ValueType → Enum → AnchorType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description | 
|---|---|---|
| TopLeft | 0 | The anchor is located top left. | 
| TopCenter | 1 | The anchor is located top center. | 
| TopRight | 2 | The anchor is located top right. | 
| MiddleLeft | 3 | The anchor is located middle left. | 
| MiddleCenter | 4 | The anchor is located middle center. | 
| MiddleRight | 5 | The anchor is located middle right. | 
| BottomLeft | 6 | The anchor is located bottom left. | 
| BottomCenter | 7 | The anchor is located bottom center. | 
| BottomRight | 8 | The anchor is located bottom right. |