Skip to main content

PdfAcroFormBorderAppearance.Style Property

Specifies the style of an interactive form field border.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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