In This Topic
GdPicture14 Namespace / GdViewer Class / GetPageThumbnail Method

GetPageThumbnail Method (GdViewer)

In This Topic
Creates a custom sized high quality (HQ) thumbnail of the selected page of the document displayed in the GdViewer control according to what you have specified. The required page is converted to an image resource and stored as an object of the type GdPictureImage.
Overload List
OverloadDescription
Creates a custom sized high quality (HQ) thumbnail of the specified page of the document displayed in the GdViewer control. The required page is converted to an image resource with the size and the background color you have specified, which is subsequently stored as an object of the type GdPictureImage. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging or the GdViewer classes and their methods for further manipulation with the thumbnail.  
Creates a custom sized high quality (HQ) thumbnail of the specified page of the document displayed in the GdViewer control. The required page is converted to an image resource with the size and the background color you have specified, which is subsequently stored as an object of the type GdPictureImage. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging or the GdViewer classes and their methods for further manipulation with the thumbnail.  
See Also