LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Title Property (PDFBookmark)






Gets or sets the title of the bookmark.
Syntax
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 Title {get; set;}
 get_Title();
set_Title(value);
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the title of the bookmark. The default value is null (Nothing in Visual Basic).
Remarks

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.

Example

For an example, refer to PDFBookmark.

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 Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.