Click or drag to resize

ImageFiles Class

This property returns the ImageFiles collection, which enumerates the set of images loaded from physical files, in order to apply image transformation and manipulation algorithms.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class ImageFiles : IproPlusClass, IDisposable

The ImageFiles type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns number of opened image files stored in the collection.
Public propertyMaxInch
This property allows you to control the maximum size of the image in inches.
Public propertyMaxPix
This property allows you to control the maximum size of the image in pixels.
Public propertyMinPix
This property allows you to set the minimum size of the image in pixels.
Top
Methods
  NameDescription
Public methodAdd
This method opens an image file and adds a new ImageFile object to the collection.
Public methodCreateImageFromBitmap
This method creates an ImageFile object from an existing MemoryBitmap object and adds it to the collection.
Public methodCreateImageFromPage
This method creates an ImageFile object from an existing page stored in another ImageFile object and adds it to the collection.
Public methodDispose
Releases all resources used by the ImageFiles
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested ImageFile object from the collection.
Public methodRemove
This method closes the referred ImageFile object together with the underlying file and removes it from the collection.
Public methodRemoveAll
This method closes and removes all ImageFile objects from the collection.
Top
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also