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 As Boolean _
)
public void LoadNewThumbnails(
bool
)
public procedure LoadNewThumbnails(
: Boolean
);
public function LoadNewThumbnails(
: boolean
);
public: void LoadNewThumbnails(
bool
)
public:
void LoadNewThumbnails(
bool
)
Parameters
- EnsureCurrentPageSelection
- Specifies if the item corresponding to the current page of the document must be selected and focused.
See Also