ImageFiles Methods |
The ImageFiles type exposes the following members.
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 | |
![]() | 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. |