Back to Devexpress

PdfAnnotation.Rect Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRectangle Rect { get; }
vb
Public ReadOnly Property Rect As PdfRectangle

Property Value

TypeDescription
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

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace