Specifies the type of Vertical 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 PdfVerticalAlignment
Public Enumeration PdfVerticalAlignment
public enum class PdfVerticalAlignment
type PdfVerticalAlignment
Members
Member | Value | Description |
---|---|---|
Top | 0 |
Specifies the element is aligned to Top.
|
Middle | 1 |
Specifies the element is aligned to Middle.
|
Bottom | 2 |
Specifies the element is aligned to Bottom.
|