The following tables list the members exposed by FormImage.
Public Constructors
| Name | Description |
 | FormImage Constructor |
Constructor of FromImage. It creates a new object without loading any image data.
|
Top
Public Properties
| Name | Description |
 | Height |
The height, in pixels, of the image.
|
 | HorizontalResolution |
The horizontal, or X, resolution of the image.
|
 | ResolutionUnit |
The measuring unit for the horizontal and vertical resolution of the image.
|
 | VerticalResolution |
The vertical, or Y, resolution of the image.
|
 | Width |
The width, in pixels, of the image.
|
Top
Public Methods
| Name | Description |
 | CopyTo |
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.
|
 | Dispose | Overloaded.
Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer.
|
  | FromBitmap |
Creates a new object and places a copy of the given image into it.
|
  | FromHbitmap |
Creates a new object and places a copy of the given image into it.
|
  | FromHbitmapWithResolution |
Creates a new object and places a copy of the given image into it.
|
  | FromHdib | Overloaded.
Creates a new object and places a copy of the given image into it.
|
 | ToBitmap | Returns a new System.Drawing.Bitmap object containing a copy of the image in this object. |
 | ToHbitmap |
Returns a new WIN32 HBITMAP handle containing a copy of the image in this object.
|
 | ToHdib |
Returns a new WIN32 HDIB handle containing a copy of the image in this object.
|
 | TransferTo |
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
| Name | Description |
 | Finalize |
A finalizer for the object.
|
Top
See Also