PDFView4NET WPF Edition
Title Property (PDFBookmark)




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Title Property
Gets or sets the title of this bookmark.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As PDFBookmark
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
public: __property string* get_Title();
public: __property void set_Title( 
   string* value
);
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

The bookmark title.
Remarks
The title is displayed by the viewer application in the bookmarks tree.
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

PDFBookmark Class
PDFBookmark Members