Skip to main content
All docs
V20.1

MarkupAnnotationGotFocusEventArgs.Info Property

Gets an object which provides information about the markup annotation 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 PdfMarkupAnnotationInfo Info { get; }

Property Value

Type Description
PdfMarkupAnnotationInfo

A PdfMarkupAnnotationInfo object which provides information about the markup annotation.

See Also