loadThumbnails Property (original) (raw)
Summary
Instructs the document viewer to create the thumbnails UI elements and to try to load the thumbnails of the document.
Syntax
Object.defineProperty(DocumentViewOptions.prototype, 'loadThumbnails',
get: function(),
set: function(value)
)
Property Value
true to instruct the document viewer to create the thumbnails UI elements and to try to load the thumbnails of the document. false, to instruct the document viewer that the thumbnails UI elements will be disabled and hidden. The default value is true.