Click or drag to resize

ImageFiles Methods

The ImageFiles type exposes the following members.

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
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
See Also