EVO PDF Logo

HorizontalTextAlign Enumeration

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.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