Specifies the type of horizontal text alignment.
Namespace: Spire.Pdf.GraphicsAssembly: 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
Member | 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.
|