Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Bounds Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfRectangle Bounds { get; }

Property Value

Type Description
PdfRectangle

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

See Also