Accusoft.ImagXpress13.Net
ToBitmap Method




Controls whether the current image is released from the ImageX object
Gets a System.Drawing.Bitmap object from the ImageX object.
Syntax
'Declaration
 
Public Function ToBitmap( _
   ByVal release As Boolean _
) As Bitmap
'Usage
 
Dim instance As ImageX
Dim release As Boolean
Dim value As Bitmap
 
value = instance.ToBitmap(release)
public Bitmap ToBitmap( 
   bool release
)
public: Bitmap* ToBitmap( 
   bool release
) 
public:
Bitmap^ ToBitmap( 
   bool release
) 

Parameters

release
Controls whether the current image is released from the ImageX object

Return Value

A System.Drawing.Bitmap object
Remarks
If the release parameter is true then the ImageX object no longer will have a underlying image. It will be an empty image.
See Also

Reference

ImageX Class
ImageX Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback