Skip to main content
A newer version of this page is available.
All docs
V19.1

PdfAnnotationDeletingEventArgs.Rectangle Property

Gets the annotation’s bounds on a page.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public PdfRectangle Rectangle { get; }

Property Value

Type Description
PdfRectangle

A PdfRectangle object that represents the annotation’s bounds on the page.

See Also