PdfLinkAnnotation.BorderStyle Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationBorderStyle BorderStyle { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also