Skip to main content
All docs
V20.1

AnnotationDeletingEventArgs.Rectangle Property

Gets the annotation’s bounds on a page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public PdfRectangle Rectangle { get; }

Property Value

Type Description
PdfRectangle

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

See Also