Accusoft.ImagXpress13.Net
FromBitmap Method




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
The bitmap to convert from.
Creates an ImageX object from the given System.Drawing.Bitmap object.
Syntax
'Declaration
 
Public Shared Function FromBitmap( _
   ByVal imagXpress As ImagXpress, _
   ByVal bitmap As Bitmap _
) As ImageX
'Usage
 
Dim imagXpress As ImagXpress
Dim bitmap As Bitmap
Dim value As ImageX
 
value = ImageX.FromBitmap(imagXpress, bitmap)
public static ImageX FromBitmap( 
   ImagXpress imagXpress,
   Bitmap bitmap
)
public: static ImageX* FromBitmap( 
   ImagXpress* imagXpress,
   Bitmap* bitmap
) 
public:
static ImageX^ FromBitmap( 
   ImagXpress^ imagXpress,
   Bitmap^ bitmap
) 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
bitmap
The bitmap to convert from.

Return Value

The newly created ImageX object.
Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback