| ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFormats Class : loadPage Method |
This is the simplest method for loading an image into ImageGear. If the format of an image cannot be detected, an exception is thrown.
| Overload | Description |
|---|---|
| loadPage(ImGearStream,int) | Loads a single page from an image.
This is the simplest method for loading an image into ImageGear. If the format of an image cannot be detected, an exception is thrown. |
| loadPage(ImGearStream,int,ImGearLoadOptions) | Loads a single page from an image.
This method provides more flexibility for loading images (i.e., the ability to load image thumbnail and specify image format explicitly). |