PDFView4NET WPF Edition
AnnotationToolTips Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : AnnotationToolTips Property
Gets or sets the annotation tooltips.
Syntax
'Declaration
 
Public Property AnnotationToolTips As PDFAnnotationToolTip
'Usage
 
Dim instance As PDFPageView
Dim value As PDFAnnotationToolTip
 
instance.AnnotationToolTips = value
 
value = instance.AnnotationToolTips
public PDFAnnotationToolTip AnnotationToolTips {get; set;}
public: __property PDFAnnotationToolTip* get_AnnotationToolTips();
public: __property void set_AnnotationToolTips( 
   PDFAnnotationToolTip* value
);
public:
property PDFAnnotationToolTip^ AnnotationToolTips {
   PDFAnnotationToolTip^ get();
   void set (    PDFAnnotationToolTip^ value);
}

Property Value

A PDFAnnotationToolTip object that describes how tooltips should be displayed for annotations.
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

PDFPageView Class
PDFPageView Members