PDFView4NET WinForms Edition
ToolTipSize Property




O2S.Components.PDFView4NET Namespace > AnnotationToolTipPopupEventArgs Class : ToolTipSize Property
Gets or sets the size of the annotation tooltip.
Syntax
'Declaration
 
Public Property ToolTipSize As Size
'Usage
 
Dim instance As AnnotationToolTipPopupEventArgs
Dim value As Size
 
instance.ToolTipSize = value
 
value = instance.ToolTipSize
public Size ToolTipSize {get; set;}
public: __property Size get_ToolTipSize();
public: __property void set_ToolTipSize( 
   Size value
);
public:
property Size ToolTipSize {
   Size get();
   void set (    Size value);
}

Property Value

The System.Drawing.Size of the annotation tooltip window.
Remarks
The ToolTipSize property enables the PDFPageView.AnnotationToolTipPopup event handler to change the size of the annotation tooltip window. ToolTipSize is often used in conjunction with the members of the AnnotationToolTipDrawEventArgs class to customize the appearance of annotation tooltips.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationToolTipPopupEventArgs Class
AnnotationToolTipPopupEventArgs Members