Click or drag to resize

PdfTextAlignment Enumeration

Specifies the type of horizontal text alignment.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTextAlignment
Members
Member name Value Description
Left 0 Specifies the text is aligned to Left.
Center 1 Specifies the text is aligned to Center.
Right 2 Specifies the text is aligned to Right.
Justify 3 Specifies the text as Justified text.
See Also