Back to Devexpress

PdfLinkAnnotation.BorderStyle Property

officefileapi-devexpress-dot-pdf-dot-pdflinkannotation-724fc855.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
PdfAnnotationBorderStyle

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

|

See Also

PdfLinkAnnotation Class

PdfLinkAnnotation Members

DevExpress.Pdf Namespace