EVO HTML to PDF Converter

HorizontalTextAlign Enumeration

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.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