Back to Devexpress

PdfBorderStyle Enum

officefileapi-devexpress-dot-pdf-7ea404c5.md

latest2.6 KB
Original Source

PdfBorderStyle Enum

Lists values used to specify the annotation’s and widget annotation’s border style.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfBorderStyle
vb
Public Enum PdfBorderStyle

Members

NameDescriptionExample
Solid

A solid border.

|

| | Dot |

A border that consists of dots.

|

| | Dash |

A line that consists of dashes.

|

| | DashDot |

A border that consists of a repeating dash-dot pattern.

|

| | DashDotDot |

A border that consists of a repeating short dash-dot-dot pattern.

|

| | Beveled |

A 3D outset border. Available for widget annotations only.

|

| | Inset |

A 3D inset border. Available for widget annotations only.

|

| | Underline |

Only bottom border is displayed.

|

|

The following properties accept/return PdfBorderStyle values:

See Also

DevExpress.Pdf Namespace