←Select platform

Title Property

Summary

Title (caption) of this bookmark.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly