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