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

Leadtools.Document Assembly