Skip to main content
All docs
V20.1

PdfViewer.TextMarkupAnnotationChanged Event

Fires immediately after an end-user closes the Annotation Properties dialog if a text markup annotation has been changed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public event PdfTextMarkupAnnotationChangedEventHandler TextMarkupAnnotationChanged

Event Data

The TextMarkupAnnotationChanged event's data class is PdfTextMarkupAnnotationChangedEventArgs. The following properties provide information specific to this event:

Property Description
Author Gets the author of a text markup annotation.
Bounds Gets the text markup annotation’s bounds on a page.
Color Gets the markup annotation color and transparency.
Comment Gets text to be displayed when the markup annotation’s popup window is opened over a page.
CreationDate Gets the date and time when the markup annotation was created on the page.
ModificationDate Gets the date and time of the markup annotation’s last modification.
Name Gets the markup annotation name.
PageNumber Gets the page number where the markup annotation is located.
Quads Gets a collection of quadrilaterals that encompass the text markup annotation drawing area.
Style Gets the style of a text markup annotation.
Subject Gets a short description of the subject being addressed by the text markup annotation.

Remarks

For more information about the text markup annotation, see Text Markup Annotations.

See Also