Specifies the barcode text alignment.
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 PdfBarcodeTextAlignment
Public Enumeration PdfBarcodeTextAlignment
public enum class PdfBarcodeTextAlignment
type PdfBarcodeTextAlignment
Members
| Member | Value | Description |
|---|---|---|
| Left | 0 |
Displays the readable text on the left side of the barcode.
|
| Center | 1 |
Displays the readable text at the center of the barcode.
|
| Right | 2 |
Displays the readable text on the right side of the barcode.
|