| 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. |
| CopyToClipboard | Copies the image to the clipboard. |
| CutToClipboard | Cuts the image to the clipboard. |
| Dispose | Disposes any unused resources. |
| GetExtendedImageInfo | Overloaded. Gets the specified extended image info. |
| SaveFile | Overloaded. Deprecated, please use SaveToFile(System.String filename) to save the TwainPro-compressed image to file or SaveSourceCompressedImageToFile(System.String filename) to save the Source-compressed image to file instead. Saves the scanned image to file using the specified filename and default save options. |
| SaveSourceCompressedImageToFile | Saves the Source-compressed image to file, the scanner (source) has directly compressed the image via the hardware. |
| SaveSourceCompressedImageToStream | Saves the Source-compressed image to a stream object, the scanner (source) has directly compressed the image via the hardware. |
| SaveStream | Deprecated, please use SaveToStream(System.IO.Stream stream, SaveOptions saveOptions) to save the TwainPro-compressed image to a stream or SaveSourceCompressedImageToStream(System.IO.Stream stream) to save the source-compressed image to a stream instead. Saves the image to a stream object. |
| SaveToFile | Overloaded. Saves the TwainPro-compressed, scanned image to file using the specified filename and default save options. |
| SaveToStream | Saves the TwainPro-compressed image to a stream object (the image has been compressed by the TwainPro software, e.g., PNG, TIFF, PDF, JPEG, etc). |
| ToBitmap | Gets a System.Drawing.Bitmap object. |
| ToHbitmap | Gets a handle to a bitmap. |
| ToHdib | Gets a handle to a DIB. |
| 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. |