Click or drag to resize

TextAlign Enumeration

Specifies how text in ais horizontally aligned.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum TextAlign
Members
Member name Value Description
Left 1 The text is aligned to the left.
Right 2 The text is aligned to the right.
Center 3 The text is aligned in the center.
Justify 4 The text is justified.
See Also