Specifies the barcode text alignment.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfBarcodeTextAlignment
Public Enumeration PdfBarcodeTextAlignment
public enum class PdfBarcodeTextAlignment
type PdfBarcodeTextAlignment

Members

MemberValueDescription
Left0
Displays the readable text on the left side of the barcode.
Center1
Displays the readable text at the center of the barcode.
Right2
Displays the readable text on the right side of the barcode.

See Also