Specifies the type of horizontal text alignment.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Members

MemberValueDescription
Left0
Specifies the text is aligned to Left.
Center1
Specifies the text is aligned to Center.
Right2
Specifies the text is aligned to Right.
Justify3
Specifies the text as Justified text.

See Also