title Property

Summary

Title (caption) of this bookmark.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentBookmark.prototype, 'title', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
title: string; 

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.

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