PDFView4NET WinForms Edition


Contents Property (PDFAnnotationToolTip)
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 PDFAnnotationToolTip
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;}

Property Value

The contents of the annotation tooltip.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also