XFINIUM.PDF.View.Win Documentation
Contents Property (PdfVisualAnnotationToolTipContentRequestedEventArgs)



Xfinium.Pdf.View Namespace > PdfVisualAnnotationToolTipContentRequestedEventArgs Class : Contents Property
Gets or sets the contents of annotation tooltip.
Syntax
'Declaration
 
<CategoryAttribute("ToolTips")>
<DescriptionAttribute("The contents of the tooltip")>
<DefaultValueAttribute("{Contents}")>
Public Property Contents As String
'Usage
 
Dim instance As PdfVisualAnnotationToolTipContentRequestedEventArgs
Dim value As String
 
instance.Contents = value
 
value = instance.Contents
[Category("ToolTips")]
[Description("The contents of the tooltip")]
[DefaultValue("{Contents}")]
public string Contents {get; set;}
[Category("ToolTips")]
[Description("The contents of the tooltip")]
[DefaultValue("{Contents}")]
public:
property String^ Contents {
   String^ get();
   void set (    String^ value);
}

Property Value

The contents of the annotation tooltip.
Remarks
Use the Title and Contents properties to specify the text that is displayed in annotation tooltips. This property is initialized with the default value of the Contents property of the PdfVisualAnnotationToolTip object that is set in the PdfDocumentView.AnnotationToolTips property.
You can change it in the event handler to customize the body of the tooltip for a specific annotation.
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

PdfVisualAnnotationToolTipContentRequestedEventArgs Class
PdfVisualAnnotationToolTipContentRequestedEventArgs Members