API Reference

Enum

PdfFormFieldTextAlignment

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Common text alignment values exposed by AcroForm /Q quadding.

Inheritance

  • Enum
  • PdfFormFieldTextAlignment

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfFormFieldTextAlignment Unknown #

The field did not expose a recognized text alignment.

Value: 0
public const PdfFormFieldTextAlignment Left #

Left-aligned text.

Value: 1
public const PdfFormFieldTextAlignment Center #

Centered text.

Value: 2
public const PdfFormFieldTextAlignment Right #

Right-aligned text.

Value: 3