Skip to main content
A newer version of this page is available.
All docs
V18.2

PdfTextMarkupAnnotationChangedEventArgs.Bounds Property

Gets the text markup annotation’s bounds on a page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public PdfRectangle Bounds { get; }

Property Value

Type Description
PdfRectangle

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

See Also