Skip to main content
All docs
V20.1

PdfMarkupAnnotationGotFocusEventArgs.Info Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfMarkupAnnotationInfo Info { get; }

Property Value

Type Description
PdfMarkupAnnotationInfo

A PdfMarkupAnnotationInfo object which provides information about markup annotation.

See Also