GetImage Method
Gets a copy of the thumbnail represented as an Image object.
Syntax
public System.Drawing.Image GetImage()Public Function GetImage() As System.Drawing.ImageReturn Value
A thumbnail in Image format. The caller is responsible for disposing the image when done.