Click or drag to resize

PdfAnnotationPopupEventHandler Property

An event handler used when the annotation is double-clicked and a popup window needs to be shown.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public EventHandler PopupEventHandler { get; set; }

Property Value

Type: EventHandler
The event handler used when the popup window of the annotation needs to be shown.
Remarks
DotImage provides a simple default popup window for PDF annotations. Setting this property allows you to override this behavior to display your own custom dialog. To disable the dialog, set this property to null (Nothing in VB).
See Also