ImgThumbnails User Control

ImgThumbnails Class Library

ImgThumbnails.Get_Thumbnail(Integer) System.Drawing.Bitmap

 

Retrieves the image thumbnail bitmap object of the requested page.

 

[Visual Basic]

Public Function Get_Thumbnail( _

ByVal Page As Integer) As System.Drawing.Bitmap

 

Parameters

    Page

       The page to retrieve the thumbnail bitmap.

   

Return Value

    The bitmap object of the requested page.

 

Example

[Visual Basic] The following example gets the thumbnail bitmap object of the second page.

 

[Visual Basic]

Dim bmp As System.Drawing.Bitmap

bmp = ImgThumbnails1.Get_Thumbnail(1)

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6