IPdfViewerAnnotation.Bounds Property
In This Article
Gets the annotation’s bounds on the page.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
PdfRectangle Bounds { get; }
#Property Value
Type | Description |
---|---|
Pdf |
Annotation bounds in the page coordinate system. |
See Also