Accusoft.FSInvoices Namespace : ImageLoader Class |
The following tables list the members exposed by ImageLoader.
Name | Description | |
---|---|---|
![]() | ImageLoader Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CurrentPage | Gets and sets the currently loaded page number. |
![]() | PageCount | Gets the number of pages in the current image. |
![]() | PreprocessingOptions | Gets and sets the preprocessing options to use while loading images. |
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 | Releases all resources held by this image loader. |
![]() ![]() | FreeHdib | Frees a hDib that was obtained from ToHDib. |
![]() | LoadImage | Overloaded. Loads an image from an IImageProvider. |
![]() | ToBitmap | Gets a preprocessed bitmap of the currently loaded image page. |
![]() | ToHdib | Gets a handle to a preprocessed dib of the currently loaded image page. |
![]() | ToStream | Gets the currently loaded preprocessed image page as a stream. |
![]() | 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. |