Classe IImageLoader
Summary: The image loader.
Module: aspose.imaging
Full Name: aspose.imaging.IImageLoader
Methods
| Name | Description |
|---|---|
| load(stream_container, load_options) | Ouvre une nouvelle image avec loadOptions. |
Method: load(stream_container, load_options)
load(stream_container, load_options)
Ouvre une nouvelle image avec loadOptions.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| stream_container | StreamContainer | Le conteneur de flux. |
| load_options | LoadOptions | Les options de chargement. |
Returns
| Type | Description |
|---|---|
| Image | Une instance d’image nouvellement ouverte. |