Overload List
Name | Description |
---|---|
LoadImages(String) | LoadImages loads a multi image from file. It detects file format from extension. If the file does not represent a recognized image format the property Aborting is True. |
LoadImages(Stream, IEFileFormats) |
Loads a multipage TIFF or GIF from a Stream.
|
LoadImages(String, IEFileFormats) |
Loads a supported multipage file, specifying the image format.
|
LoadImages(String, Boolean) |
Loads an image from file. To detect file format it doesn’t look at the file extension, but at the file content.
|
LoadImages(IntPtr, Int32, IEFileFormats) |
Loads an image or a multipage image from the specified buffer.
|