Specifies the barcode text display location.
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextLocation
Public Enumeration TextLocation
public enum class TextLocation
type TextLocation
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Displays, no text.
|
| Top | 1 |
Displays text, above the barcode.
|
| Bottom | 2 |
Displays text, at the bottom of the barcode.
|