PDFView4NET WPF Edition
Contents Property (PDFAnnotationToolTip)




O2S.Components.PDFView4NET.WPF Namespace > PDFAnnotationToolTip Class : Contents Property
Gets or sets the contents of annotation tooltip.
Syntax
'Declaration
 
Public Property Contents As String
'Usage
 
Dim instance As PDFAnnotationToolTip
Dim value As String
 
instance.Contents = value
 
value = instance.Contents
public string Contents {get; set;}
public: __property string* get_Contents();
public: __property void set_Contents( 
   string* value
);
public:
property String^ Contents {
   String^ get();
   void set (    String^ value);
}

Property Value

The contents of the annotation tooltip.
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

PDFAnnotationToolTip Class
PDFAnnotationToolTip Members