Specifies the type of Vertical 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 PdfVerticalAlignment
Public Enumeration PdfVerticalAlignment
public enum class PdfVerticalAlignment
type PdfVerticalAlignment

Members

MemberValueDescription
Top0
Specifies the element is aligned to Top.
Middle1
Specifies the element is aligned to Middle.
Bottom2
Specifies the element is aligned to Bottom.

See Also