Skip to main content
A newer version of this page is available. .

PdfLinkAnnotation.BorderStyle Property

Gets the annotation border style specifying the line width and dash pattern to be used in drawing the annotation’s border.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAnnotationBorderStyle BorderStyle { get; }

Property Value

Type Description
PdfAnnotationBorderStyle

A PdfAnnotationBorderStyle object that contains properties to specify the annotation border style.

See Also