VerticalTextAlign Enumeration
This enumeration contains the possible values of the vertical alignment of the text in PDF documents.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 12.0.0.0 (12.0.0.0)
public enum VerticalTextAlign
Public Enumeration VerticalTextAlign
| Top | 0 |
Top aligned.
|
| Middle | 1 |
Center aligned.
|
| Bottom | 2 |
Bottom aligned.
|