This enumeration contains the possible values of the vertical alignment of the text in PDF documents.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum VerticalTextAlign |
| Visual Basic |
|---|
Public Enumeration VerticalTextAlign |
| Visual C++ |
|---|
public enum class VerticalTextAlign |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Top | 0 | Top aligned. | |
| Middle | 1 | Center aligned. | |
| Bottom | 2 | Bottom alligned. |