←Select platform

LoadThumbnails Property

Summary

Instructs the document viewer to create the thumbnail UI elements and try to load the thumbnails of the document.

Syntax
C#
C++/CLI
Python
public bool LoadThumbnails { get; set; } 
public:  
   property bool LoadThumbnails 
   { 
      bool get() 
      void set(bool value) 
   } 
LoadThumbnails # get and set (DocumentViewOptions) 

Property Value

true to instruct the document viewer to create the thumbnail UI elements and try to load the thumbnails of the document. false, to instruct the document viewer to disable and hide the thumbnail UI elements. The default value is true.

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.