Click or drag to resize

TextLocation Enumeration

Specifies the barcode text display location.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum TextLocation
Members
Member name Value Description
None 0 Displays, no text.
Top 1 Displays text, above the barcode.
Bottom 2 Displays text, at the bottom of the barcode.
See Also