PdfAcroFormBorderAppearance.Style Property
In This Article
Specifies the style of an interactive form field border.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAcroFormBorderStyle Style { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
One of the Pdf |
Available values:
Name | Description |
---|---|
Solid | Solid border. |
Inset | Inset border. |
Beveled | Beveled border. |
Dashed | Dashed border. |
See Also