In This Topic

LoadNewThumbnails() Method

In This Topic
Adds to the control items which have been appended to the source after the latest loading operation. Works only when source is a GdViewer object, GdPicture image or GdPicturePDF object. New thumbnails will be generated asynchronously.
Syntax
'Declaration

 

Public Overloads Sub LoadNewThumbnails() 
public void LoadNewThumbnails()
public procedure LoadNewThumbnails(); 
public function LoadNewThumbnails();
public: void LoadNewThumbnails(); 
public:

void LoadNewThumbnails(); 
See Also