Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormBorderAppearance.Style Property

Specifies the style of an interactive form field border.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public PdfAcroFormBorderStyle Style { get; set; }

Property Value

Type Description
PdfAcroFormBorderStyle

One of the PdfAcroFormBorderStyle enumeration values that represents the style of an interactive form field border.

Available values:

Name Description
Solid

Solid border.

Inset

Inset border.

Beveled

Beveled border.

Dashed

Dashed border.

See Also