←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#
VB
C++
public bool LoadThumbnails { get; set; } 
Public Property LoadThumbnails() As Boolean 
   Get 
   Set 
public:  
   property bool LoadThumbnails 
   { 
      bool get() 
      void set(bool value) 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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