Specifies the barcode text display location.
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.
|