In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetPageThumbnail Method

GetPageThumbnail Method (GdPicturePDF)

In This Topic
Creates a custom sized high quality (HQ) thumbnail as an image resource of the currently selected page of the loaded PDF document and subsequently stores it within an object of the type GdPictureImage.
Overload List
OverloadDescription
Creates a custom sized high quality (HQ) thumbnail of the currently selected page of the loaded PDF document. The current 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 produced image is in the 32-bit ARGB pixel format. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging class and its methods for further manipulation with the thumbnail.  
Creates a custom sized high quality (HQ) thumbnail of the currently selected page of the loaded PDF document. The current 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 produced image is in the 32-bit ARGB pixel format. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging class and its methods for further manipulation with the thumbnail.  
 
See Also