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