XFINIUM.PDF.View.Win Documentation
ToolTipSize Property



Xfinium.Pdf.View Namespace > PdfVisualAnnotationToolTipPopupEventArgs Class : ToolTipSize Property
Gets or sets the size of the annotation tooltip.
Syntax
'Declaration
 
Public Property ToolTipSize As Size
'Usage
 
Dim instance As PdfVisualAnnotationToolTipPopupEventArgs
Dim value As Size
 
instance.ToolTipSize = value
 
value = instance.ToolTipSize
public Size ToolTipSize {get; set;}
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 PdfDocumentView.AnnotationToolTipPopup event handler to change the size of the annotation tooltip window.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotationToolTipPopupEventArgs Class
PdfVisualAnnotationToolTipPopupEventArgs Members