Click or drag to resize
Pdftools logo

HorizontalAlignment Enumeration

The alignment of text contained in a TextField or FreeText annotation.

Namespace: PdfTools.Toolbox.Geometry
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.7.1+cd848a3eabf1b263af73d28a644a529edd2f1318
Syntax
C#
public enum HorizontalAlignment
Members
Member nameValueDescription
Left0 Flush-left text alignment.
Center1 Centered text alignment.
Right2 Flush-right text alignment.
See Also