PDFView4NET WinForms Edition
Bounds Property (AnnotationToolTipDrawEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationToolTipDrawEventArgs Class : Bounds Property
Gets the size and location of the annotation tooltip to draw.
Syntax
'Declaration
 
Public ReadOnly Property Bounds As Rectangle
'Usage
 
Dim instance As AnnotationToolTipDrawEventArgs
Dim value As Rectangle
 
value = instance.Bounds
public Rectangle Bounds {get;}
public: __property Rectangle get_Bounds();
public:
property Rectangle Bounds {
   Rectangle get();
}

Property Value

A System.Drawing.Rectangle that represents the bounds of the annotation tooltip to draw.
Remarks
By default, the bounds are set by the operating system based on system settings and the annotation tooltip text. You can increase the bounds of the annotation tooltip before it is shown by handling the PDFPageView.AnnotationToolTipPopup event of the PDFPageView class.
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

AnnotationToolTipDrawEventArgs Class
AnnotationToolTipDrawEventArgs Members