ImgEdit User Control

ImgEdit Class Library

ImgEdit.GetBitmapPage(Integer) System.Drawing.Bitmap

 

Retrieves the bitmap object of the requested page.

 

[Visual Basic]

Public Function GetBitmapPage( _

ByVal Page As Integer) As System.Drawing.Bitmap

 

Parameters

    Page

       The page to retrieve the bitmap.

   

Return Value

    The bitmap object of the requested page.

 

Example

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

 

[Visual Basic]

Dim bmp As System.Drawing.Bitmap

bmp = ImgEdit1.GetBitmapPage(1)

 

Requirements

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

Documentation Version 1.6