API Reference

Enum

PdfFormFieldBorderStyle

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

Border style used by generated AcroForm field dictionaries and appearance streams.

Inheritance

  • Enum
  • PdfFormFieldBorderStyle

Usage

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

Values

public const PdfFormFieldBorderStyle Solid #

Solid rectangular or circular field border.

Value: 0
public const PdfFormFieldBorderStyle Dashed #

Dashed field border. Uses BorderDashPattern when provided.

Value: 1
public const PdfFormFieldBorderStyle Underline #

Underline border drawn along the lower edge of the field rectangle.

Value: 2
public const PdfFormFieldBorderStyle Beveled #

Beveled border with highlighted top and left edges.

Value: 3
public const PdfFormFieldBorderStyle Inset #

Inset border with shadowed top and left edges.

Value: 4