PDFView4NET WinForms Edition
AnnotationToolTips Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : AnnotationToolTips Property
Gets or sets the annotation tooltips.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Controls the way the tooltips are displayed for annotations")>
<DefaultValueAttribute("")>
Public Property AnnotationToolTips As PDFAnnotationToolTip
'Usage
 
Dim instance As PDFPageView
Dim value As PDFAnnotationToolTip
 
instance.AnnotationToolTips = value
 
value = instance.AnnotationToolTips
[Browsable(false)]
[Category("PDF Annotations")]
[Description("Controls the way the tooltips are displayed for annotations")]
[DefaultValue("")]
public PDFAnnotationToolTip AnnotationToolTips {get; set;}
[Browsable(false)]
[Category("PDF Annotations")]
[Description("Controls the way the tooltips are displayed for annotations")]
[DefaultValue("")]
public: __property PDFAnnotationToolTip* get_AnnotationToolTips();
public: __property void set_AnnotationToolTips( 
   PDFAnnotationToolTip* value
);
[Browsable(false)]
[Category("PDF Annotations")]
[Description("Controls the way the tooltips are displayed for annotations")]
[DefaultValue("")]
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