ImageFiles Class |
Namespace: OmniPageCSDK.IproPlus
The ImageFiles type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
This property returns number of opened image files stored in the collection.
| |
| MaxInch |
This property allows you to control the maximum size of the image in inches. | |
| MaxPix |
This property allows you to control the maximum size of the image in pixels.
| |
| MinPix |
This property allows you to set the minimum size of the image in pixels.
|
| Name | Description | |
|---|---|---|
| Add |
This method opens an image file and adds a new ImageFile object to the collection. | |
| CreateImageFromBitmap |
This method creates an ImageFile object from an existing MemoryBitmap object and adds
it to the collection. | |
| CreateImageFromPage | ||
| Dispose | Releases all resources used by the ImageFiles | |
| GetEngine |
Returns the Engine object.
| |
| GetEnumerator | ||
| GetItem |
This property returns the requested ImageFile object from the collection. | |
| Remove |
This method closes the referred ImageFile object together with the underlying file and removes it from the collection. | |
| RemoveAll |
This method closes and removes all ImageFile objects from the collection. |
Using this collection, the available images can be loaded, enumerated or closed. You can find details about the image file manipulation and usage in the description of the ImageFile object in this document.