Accusoft.PdfXpress7.Net
Title Property (BookmarkContext)




Gets and sets the title of the bookmark as displayed in the "Bookmarks" tag.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As BookmarkContext
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

A string value which represents the title of the bookmark.
Remarks

The default value is an empty string "".

See Also

Reference

BookmarkContext Class
BookmarkContext Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback