GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / LoadNewThumbnails Method / LoadNewThumbnails(Boolean) Method
Specifies if the item corresponding to the current page of the document must be selected and focused.





In This Topic
LoadNewThumbnails(Boolean) 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( _
   ByVal EnsureCurrentPageSelection As Boolean _
) 
public void LoadNewThumbnails( 
   bool EnsureCurrentPageSelection
)
public procedure LoadNewThumbnails( 
    EnsureCurrentPageSelection: Boolean
); 
public function LoadNewThumbnails( 
   EnsureCurrentPageSelection : boolean
);
public: void LoadNewThumbnails( 
   bool EnsureCurrentPageSelection
) 
public:
void LoadNewThumbnails( 
   bool EnsureCurrentPageSelection
) 

Parameters

EnsureCurrentPageSelection
Specifies if the item corresponding to the current page of the document must be selected and focused.
See Also