A GdViewer object.





In This Topic
GdPicture14.WPF 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 GdViewer _
) As GdPictureStatus
public GdPictureStatus LoadFromGdViewer( 
   GdViewer GdViewer
)
public function LoadFromGdViewer( 
    GdViewer: GdViewer
): GdPictureStatus; 
public function LoadFromGdViewer( 
   GdViewer : GdViewer
) : GdPictureStatus;
public: GdPictureStatus LoadFromGdViewer( 
   GdViewer* GdViewer
) 
public:
GdPictureStatus LoadFromGdViewer( 
   GdViewer^ 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