thumbnailsContainer Property

Summary

Parent container of the thumbnails part of the document viewer

Syntax

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

Property Value

The parent container of the thumbnails 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