Specifies the barcode text display location.

Namespace: Spire.Pdf.Barcode
Assembly: 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

MemberValueDescription
None0
Displays, no text.
Top1
Displays text, above the barcode.
Bottom2
Displays text, at the bottom of the barcode.

See Also