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



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

Property Value

The title 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 Title property of the PdfVisualAnnotationToolTip object that is set in the PdfDocumentView.AnnotationToolTips property.
You can change it in the event handler to customize the title 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