Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFBookmark Structure : Title Property |
public string Title {get; set;}
'Declaration
Public Property Title As String
'Usage
Dim instance As PDFBookmark Dim value As String instance.Title = value value = instance.Title
public String getTitle() public void setTitle(String title)
The Title is the text that will appear to the user. External viewers use this value to draw the bookmark in the Table of Contents (TOC). The font style of the bookmark is stored in the BookmarkStyle property.
For an example, refer to PDFBookmark.