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

PdfMarkupAnnotationInfo Class

Provides information about a markup annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Drawing.dll

Declaration

public abstract class PdfMarkupAnnotationInfo

The following members return PdfMarkupAnnotationInfo objects:

Library Related API Members
WinForms Controls PdfMarkupAnnotationGotFocusEventArgs.Info
PdfMarkupAnnotationLostFocusEventArgs.Info
WPF Controls MarkupAnnotationGotFocusEventArgs.Info
MarkupAnnotationLostFocusEventArgs.Info

Remarks

Use the PdfMarkupAnnotationGotFocusEventArgs.Info or PdfMarkupAnnotationLostFocusEventArgs.Info property to access the PdfMarkupAnnotationInfo object when the markup annotation receives or loses the input focus.

Inheritance

Object
PdfMarkupAnnotationInfo
See Also