HorizontalTextAlign Enumeration

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public enum HorizontalTextAlign

Members

Default0 Align default.
Left1 Align left.
Center2 Align center.
Right3 Align right.
Justify4 Align justify.

See Also