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


Accusoft.FormFixSdk Namespace : FormImage Class

The following tables list the members exposed by FormImage.

Public Constructors
 NameDescription
Public Constructor Constructor of FromImage. It creates a new object without loading any image data.  
Top
Public Properties
 NameDescription
Public Property The height, in pixels, of the image.  
Public Property The horizontal, or X, resolution of the image.  
Public Property The measuring unit for the horizontal and vertical resolution of the image.  
Public Property The vertical, or Y, resolution of the image.  
Public Property The width, in pixels, of the image.  
Top
Public Methods
 NameDescription
Public Method Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.  
Public MethodOverloaded.  Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer.  
Public Methodstatic (Shared in Visual Basic) Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic) Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic) Creates a new object and places a copy of the given image into it.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a new object and places a copy of the given image into it.  
Public MethodReturns a new System.Drawing.Bitmap object containing a copy of the image in this object.  
Public Method Returns a new WIN32 HBITMAP handle containing a copy of the image in this object.  
Public Method Returns a new WIN32 HDIB handle containing a copy of the image in this object.  
Public Method Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object.  
Top
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic) Check resolutions of horizontal and vertical. Set to 200 if any of them smaller than 0.00001.  
Protected Method A finalizer for the object.  
Top
See Also

Reference

FormImage Class
Accusoft.FormFixSdk Namespace

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