Accusoft.ISISXpressSdk Namespace : Output Class |
For a list of all members of this type, see Output members.
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. | |
ToBitmap | Gets a System.Drawing.Bitmap for the current scanned image. | |
ToHBitmap | Gets a HBITMAP handle for the current scanned image. | |
ToHdib | Gets a handle to an DIB (Device Independent Bitmap) for the current scanned image. | |
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. |