←Select platform

Title Property

Summary

Title (caption) of this bookmark.

Syntax
C#
VB
C++
Java
public string Title { get; set; } 
Public Property Title() As String 
   Get 
   Set 
public:  
   property String^ Title 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getTitle() 
public void setTitle(String value) 

Property Value

The title (caption) of this bookmark. Default value is null.

Remarks

Title can be used by viewer applications to set the text of the bookmark in a tree view. This value can optionally be rendered using FontStyles.

Example

For an example, refer to DocumentStructure.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.