Back to Devexpress

PdfShapeAnnotationFacade.BorderStyle Property

officefileapi-devexpress-dot-pdf-dot-pdfshapeannotationfacade-97a8dd8a.md

latest2.2 KB
Original Source

PdfShapeAnnotationFacade.BorderStyle Property

Gets or sets the style of the annotation border.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfBorderStyle BorderStyle { get; set; }
vb
Public Property BorderStyle As PdfBorderStyle

Property Value

TypeDescription
PdfBorderStyle

Indicates the annotation border style.

|

Available values:

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.

|

|

See Also

PdfShapeAnnotationFacade Class

PdfShapeAnnotationFacade Members

DevExpress.Pdf Namespace