EVO PDF Logo

HorizontalTextAlign Enumeration

EVO PDF Client for .NET Framework
This enumeration contains the possible values of the horizontal alignment of the text in PDF documents.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public enum HorizontalTextAlign
Members

  Member nameValueDescription
Default0 Align default.
Left1 Align left.
Center2 Align center.
Right3 Align right.
Justify4 Align justify.
See Also

Reference