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

PdfAnnotation.Border Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationBorder Border { get; }

Property Value

Type Description
PdfAnnotationBorder

A PdfAnnotationBorder object that represents the annotation’s border.

See Also