In This Topic
GdPicture14 Namespace / ThumbnailEx Class / PreloadAllItems Property

PreloadAllItems Property (ThumbnailEx)

In This Topic
Specifies if all items must be generated in background. If False, only visible items will be generated. False is recommended if the number of items exceed 1000. Default value is true.
Syntax
'Declaration
 
Public Property PreloadAllItems As Boolean
public bool PreloadAllItems {get; set;}
public read-write property PreloadAllItems: Boolean; 
public function get,set PreloadAllItems : boolean
public: __property bool get_PreloadAllItems();
public: __property void set_PreloadAllItems( 
   bool value
);
public:
property bool PreloadAllItems {
   bool get();
   void set (    bool value);
}
See Also