VerticalTextAlign Enumeration

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public enum VerticalTextAlign

Members

Top0 Top aligned.
Middle1 Center aligned.
Bottom2 Bottom aligned.

See Also