PdfAnnotation.Border Property
In This Article
Gets the annotation’s border, which will be drawn as a rounded rectangle.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationBorder Border { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also