Specifies whether and how the text is displayed at the code area.
Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member 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. |
See Also