IImageExporter klass
Summary: The image exporter. Can export data from internal aspose.imaging format to a specified data format.
Module: aspose.imaging
Full Name: aspose.imaging.IImageExporter
Methods
| Name | Description |
|---|---|
| export(image, stream, options_base) | Exporterar den angivna bilddata till angivet dataformat. |
| export(image, stream, options_base, bounds_rectangle) | Exporterar den angivna bilddata till angivet dataformat. |
Method: export(image, stream, options_base)
export(image, stream, options_base)
Exporterar den angivna bilddata till angivet dataformat.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| image | Image | Bilddata att exportera. |
| ström | _io.BufferedRandom | Strömmen att exportera data till. |
| options_base | ImageOptionsBase | Alternativ för bildexport |
Method: export(image, stream, options_base, bounds_rectangle)
export(image, stream, options_base, bounds_rectangle)
Exporterar den angivna bilddata till angivet dataformat.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| image | Image | Bilddata att exportera. |
| ström | _io.BufferedRandom | Strömmen att exportera data till. |
| options_base | ImageOptionsBase | Alternativ för bildexport |
| bounds_rectangle | Rectangle | Gränsrektangeln. |