FormFix v6.0 for .NET - Updated
FormImage Class
Members 



Accusoft.FormFixSdk Namespace : FormImage Class
Represents an image.
Syntax
'Declaration
 
Public Class FormImage 
'Usage
 
Dim instance As FormImage
public class FormImage 
public ref class FormImage 
Remarks

Instances of this class can contain one image. Normally, that image will be a model image for a form, a filled image that you will process, or an image of a single field.

You can directly create instances of this class without importing an image. Optionally, you may use one of the static functions (FromBitmap, FromHbitmap, FromHdib(IntPtr,FormFix), or FromHdib(IntPtr,Boolean,FormFix).) In addition, several properties and methods in this component will return objects of this class. However, to use an object of this class to on meaningful operations, an image needs to be imported. You can call CopyTo or TransferTo from another Accusoft object and pass in the FormImage object as the edetination, or use any of the FromHbitmap and FromHdib methods to do that, CopyTo or TransferTo being the recommended way.

Note: this class implements the IDisposable interface and you must be careful to call System.IDisposable.Dispose when you are finished using it. If you forget to call System.IDisposable.Dispose, your process may run out of RAM and begin to run very slowly.

Instances of this class can be used as the destination of Accusoft's standard methods for passing images between different components: CopyTo(object destination) and TransferTo(object destination).

Instances of this class only accept bitonal, 1 bit per pixel images.

Inheritance Hierarchy

System.Object
   Accusoft.FormFixSdk.FormImage

See Also

Reference

FormImage Members
Accusoft.FormFixSdk Namespace

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