Skip to main content

PdfAnnotation.Border Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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