Skip to content

PDFVisualAnnotationToolTipPopupEventArgs

Namespace: O2S.Components.PDF4NET.View

Defines the parameters for the event.

public class PDFVisualAnnotationToolTipPopupEventArgs : PDFVisualAnnotationEventArgs

Inheritance ObjectEventArgsPDFVisualAnnotationEventArgsPDFVisualAnnotationToolTipPopupEventArgs

Properties

Cancel

Gets or sets a value indicating whether the event should be canceled.

public bool Cancel { get; set; }

Property Value

Boolean
true if the event should be canceled; otherwise, false.


ToolTipSize

Gets or sets the size of the annotation tooltip.

public Size ToolTipSize { get; set; }

Property Value

Size
The of the annotation tooltip window.

Remarks

The ToolTipSize property enables the
event handler to change the size of the annotation tooltip window.


VisualAnnotation

Gets the annotation.

public PDFVisualAnnotation VisualAnnotation { get; }

Property Value

PDFVisualAnnotation
The annotation that generated the event.