Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+

PdfPathAnnotationFacade.BorderStyle Property

Gets or sets the border style of the path annotation.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfBorderStyle BorderStyle { get; set; }

Property Value

Type Description
PdfBorderStyle

Indicates the annotation border style.

See Also