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

MarkupAnnotationLostFocusEventArgs.Info Property

Gets an object which provides information about the markup annotation on a page.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public PdfMarkupAnnotationInfo Info { get; }

Property Value

Type Description
PdfMarkupAnnotationInfo

A PdfMarkupAnnotationInfo object which provides information about the markup annotation.

See Also