bookmarksContainer Property

Summary

Parent container of the bookmarks part of the document viewer

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerCreateOptions.prototype, 'bookmarksContainer', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
bookmarksContainer: HTMLElement; 

Property Value

The parent container of the bookmarks part of the document viewer.

Remarks

Refer to DocumentViewerCreateOptions for more information.

Example

For an example, refer to DocumentViewer.

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.UI Assembly