PDFBarcodeTextPosition¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported position for barcode text relative to barcode graphics.
Inheritance Object → ValueType → Enum → PDFBarcodeTextPosition
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | No barcode text is displayed. |
| Top | 1 | Barcode text is displayed at the top of the barcode. |
| TopEmbedded | 2 | Barcode text is displayed at the top of the barcode but embedded in the barcode graphics. |
| Bottom | 3 | Barcode text is displayed at the bottom of the barcode. |
| BottomEmbedded | 4 | Barcode text is displayed at the bottom of the barcode but embedded in the barcode graphics. |