Back to Devexpress

PdfAcroFormBorderStyle Enum

officefileapi-devexpress-dot-pdf-96e886bc.md

latest1.4 KB
Original Source

PdfAcroFormBorderStyle Enum

Specifies the border style for an interactive form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfAcroFormBorderStyle
vb
Public Enum PdfAcroFormBorderStyle

Members

NameDescription
Solid

Solid border.

| | Inset |

Inset border.

| | Beveled |

Beveled border.

| | Dashed |

Dashed border.

|

The following properties accept/return PdfAcroFormBorderStyle values:

Remarks

Use the members of this enumeration to set the border style for an interactive form field. The values listed by this enumeration are used to set the PdfAcroFormBorderAppearance.Style property.

See Also

DevExpress.Pdf Namespace