PdfAnnotation.Rect Property
Gets the annotation rectangle that defines the location of the annotation on the page in default user space units.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PdfRectangle | A PdfRectangle object that represents the annotation rectangle on the page. |
Remarks
The property uses the user coordinate system. See the Coordinate Systems topic to learn more.
See Also