Click or drag to resize

ImageFiles Class

The ImageFiles collection contains the list of the available ImageFile objects.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusImageFiles

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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

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.

See Also