Different styles for the border of a form field.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum BorderStyle
Visual Basic
Public Enumeration BorderStyle

Members

Member nameValueDescription
Solid0 A Solid rectangle around the field.
Dashed1 A Dashed rectangle surrounding the field.
Beveled2 A simulated embossed rectangle that appears to be raised above the surface of the page.
Inset3 A simulated engraved rectangle that appears to be recessed below the surface of the page.
Underline4 A single line along the bottom of the field's bounding box.

See Also