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