In This Topic
GdPicture14 Namespace / ThumbnailEx Class / PauseThumbsLoading Property

PauseThumbsLoading Property (ThumbnailEx)

In This Topic
Turn this property to True to pause the background process generating thumbnails. Default value is false.
Syntax
'Declaration
 
Public Property PauseThumbsLoading As Boolean
public bool PauseThumbsLoading {get; set;}
public read-write property PauseThumbsLoading: Boolean; 
public function get,set PauseThumbsLoading : boolean
public: __property bool get_PauseThumbsLoading();
public: __property void set_PauseThumbsLoading( 
   bool value
);
public:
property bool PauseThumbsLoading {
   bool get();
   void set (    bool value);
}
See Also