Accusoft.Forms1 - Updated
ToBitmap Method (FormImage)



Accusoft.FormFixSdk Namespace > FormImage Class : ToBitmap Method
Indicates whether this method should also release the image that this object contains. Set it to true if you want this method to delete the image and to false otherwise.
Returns a new System.Drawing.Bitmap object containing a copy of the image in this object.
Syntax
Public Function ToBitmap( _
   ByVal release As Boolean _
) As Bitmap
Dim instance As FormImage
Dim release As Boolean
Dim value As Bitmap
 
value = instance.ToBitmap(release)
public Bitmap ToBitmap( 
   bool release
)
public:
Bitmap^ ToBitmap( 
   bool release
) 

Parameters

release
Indicates whether this method should also release the image that this object contains. Set it to true if you want this method to delete the image and to false otherwise.

Return Value

A new System.Drawing.Bitmap object that contains a copy of this image.
Remarks

This method takes the image contained in this object, makes a copy of it, and returns it in the form of a System.Drawing.Bitmap object. It can optionally release the image contained in this object at the same time.

The ToHdib(Boolean) method is the fastest way to transfer images between Accusoft's components.

See Also

Reference

FormImage Class
FormImage Members
ToHbitmap Method
ToHdib(Boolean) Method