thumbnailsCreateOptions Property

Summary

Options to use when creating the image viewer for the thumbnails.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerCreateOptions.prototype, 'thumbnailsCreateOptions', 
	get: function() 
) 
thumbnailsCreateOptions: ImageViewerCreateOptions; // read-only 

Property Value

Options to use when creating the image viewer for the thumbnails. Default value is a new instance of ImageViewerCreateOptions with UseElements set to true.

Remarks

This is set to a new instance of ImageViewerCreateOptions object that will be used to create the ImageViewer used with Thumbnails. Use can set values in this option to override the default behavior if needed. For example, set turn on UseElements off (from the default value of true).

Note ViewCreateOptions and ThumbnailsCreateOptions are already initialized for you, do not set a new object in these properties. Modify the object directly if needed: documentViewerCreateOptions.viewCreateOptions.useElements = false; or var viewCreateOptions = documentViewerCreateOptions.viewCreateOptions; viewCreateOptions.useElements = false;.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly