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



Xfinium.Pdf.View Namespace > PdfVisualAnnotationToolTip 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 PdfVisualAnnotationToolTip
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. The text can contain annotation property names enclosed in curly brackets that are replaced with actual values when the tooltip is displayed.
For example, the default value of the Title property is "{Subject}", which means that the subject of the annotation is displayed as the title of the tooltip. You can use other property names to display different information about the annotation, such as {Author}, {Subject}, {Contents}, {ID}, {CreationDate}, {ModificationDate}, etc.
If the property name is not recognized, it is replaced with an empty string. For example, if you set the Title property to "{UnknownProperty}", the title of the tooltip will be empty because {UnknownProperty} is not a recognized annotation property name.
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

PdfVisualAnnotationToolTip Class
PdfVisualAnnotationToolTip Members