FormFix v6.0 for .NET - Updated
FormImage Constructor



Accusoft.FormFixSdk Namespace > FormImage Class : FormImage Constructor
A reference to the FormFix workspace object.
Constructor of FromImage. It creates a new object without loading any image data.
Syntax
'Declaration
 
Public Function New( _
   ByVal workspace As FormFix _
)
'Usage
 
Dim workspace As FormFix
 
Dim instance As New FormImage(workspace)
public FormImage( 
   FormFix workspace
)
public:
FormImage( 
   FormFix^ workspace
)

Parameters

workspace
A reference to the FormFix workspace object.
Remarks
To load image data to the FormImage object,it is recommended to use CopyTo() or TransferTo() from another Accusoft oject that supports these methods, or if you have to, use FromHdib(), FromHbitmap(), FromBitmap(), or FromImage() to construct an object with image data.
See Also

Reference

FormImage Class
FormImage Members

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