Specifies the type of Horizontal alignment.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Members

MemberValueDescription
Left0
Specifies the element is aligned to Left.
Center1
Specifies the element is aligned to Center.
Right2
Specifies the element is aligned to Right.

See Also