Namespace: PdfSharp.Pdf.AcroForms
Specifies the Text-Alignment for a PdfTextField
public enum TextAlignment
Inheritance Object → ValueType → Enum → TextAlignment
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Left | 0 | Text is left-aligned |
| Center | 1 | Text is centered inside the Field |
| Right | 2 | Text is right-aligned |