Click or drag to resize

PdfBarcodeTextAlignment Enumeration

Specifies the barcode text alignment.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfBarcodeTextAlignment
Members
Member name 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.
See Also