A GdViewer object.





In This Topic
GdPicture14 Namespace / ThumbnailEx Class / LoadFromGdViewer Method

LoadFromGdViewer Method (ThumbnailEx)

In This Topic
Load thumbnails from a GdViewer object. If the GdViewer object handles a multipage document, the ThumbnailEx control will generate a thumbnail for each page. Thumbnails will be created asynchronously.
Syntax
'Declaration

 

Public Function LoadFromGdViewer( _

   ByVal GdViewer As Object _

) As GdPictureStatus
public GdPictureStatus LoadFromGdViewer( 

   object GdViewer

)
public function LoadFromGdViewer( 

    GdViewer: TObject

): GdPictureStatus; 
public function LoadFromGdViewer( 

   GdViewer : Object

) : GdPictureStatus;
public: GdPictureStatus LoadFromGdViewer( 

   Object* GdViewer

) 
public:

GdPictureStatus LoadFromGdViewer( 

   Object^ GdViewer

) 

Parameters

GdViewer
A GdViewer object.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
When the user selects an item in the thumbnail list, the GdViewer will automatically displays the corresponding page. And vice versa.
See Also