PdfAnnotationData.Bounds Property
In This Article
Gets the annotation’s bounds on the page.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRectangle Bounds { get; }
#Property Value
Type | Description |
---|---|
Pdf |
The annotation’s bounds. |
See Also