FormFix v6.0 for .NET - Updated
ToBitmap Method



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
'Declaration
 
Public Function ToBitmap( _
   ByVal release As Boolean _
) As Bitmap
'Usage
 
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 ToBitmap method is the fastest way to transfer images between Accusoft's components.

See Also

Reference

FormImage Class
FormImage Members
ToHbitmap Method
ToHdib(Boolean) Method

Is this page helpful?
Yes No
Thanks for your feedback.