PDFVisualAnnotationToolTipPopupEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the parameters for the event.
Inheritance Object → EventArgs → PDFVisualAnnotationEventArgs → PDFVisualAnnotationToolTipPopupEventArgs
Properties¶
Cancel¶
Gets or sets a value indicating whether the event should be canceled.
Property Value
Boolean
true if the event should be canceled; otherwise, false.
ToolTipSize¶
Gets or sets the size of the annotation tooltip.
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.
Property Value
PDFVisualAnnotation
The annotation that generated the event.