Specifies the type of Vertical alignment.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|