This enumeration contains the possible values of the vertical alignment of the text in PDF documents.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public enum VerticalTextAlign
Visual Basic
Public Enumeration VerticalTextAlign
Visual C++
public enum class VerticalTextAlign

Members

Member nameValueDescription
Top0 Top aligned.
Middle1 Center aligned.
Bottom2 Bottom alligned.

See Also