VerticalTextAlign Enumeration |
Specifies vertical alignment of text.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public enum VerticalTextAlign
Public Enumeration VerticalTextAlign
Members
| Member name | Value | Description |
---|
| Top | 0 |
Top aligned.
|
| Middle | 1 |
Center aligned.
|
| Bottom | 2 |
Bottom alligned.
|
See Also