Enum VerticalTextAlign
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration contains the possible values of the vertical alignment of the text in PDF documents.
public enum VerticalTextAlign
Fields
Bottom = 2
Bottom aligned.
Middle = 1
Center aligned.
Top = 0
Top aligned.