Back to Devexpress

PdfAnnotation.Border Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation-b4123f47.md

latest1.1 KB
Original Source

PdfAnnotation.Border Property

Gets the annotation’s border, which will be drawn as a rounded rectangle.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationBorder Border { get; }
vb
Public ReadOnly Property Border As PdfAnnotationBorder

Property Value

TypeDescription
PdfAnnotationBorder

A PdfAnnotationBorder object that represents the annotation’s border.

|

See Also

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace