public interface IImageExporter
The image exporter. Can export data from internal com.aspose.imaging format to a specified data format.
Modifier and Type | Method and Description |
---|---|
void |
export(Image image,
OutputStream stream,
ImageOptionsBase optionsBase)
Exports the specified image data into specified data format.
|
void |
export(Image image,
OutputStream stream,
ImageOptionsBase optionsBase,
com.aspose.cad.Rectangle boundsRectangle)
Exports the specified image data into specified data format.
|
void export(Image image, OutputStream stream, ImageOptionsBase optionsBase)
Exports the specified image data into specified data format.
image
- The image data to export.stream
- The stream to export data to.optionsBase
- Options for image exportvoid export(Image image, OutputStream stream, ImageOptionsBase optionsBase, com.aspose.cad.Rectangle boundsRectangle)
Exports the specified image data into specified data format.
image
- The image data to export.stream
- The stream to export data to.optionsBase
- Options for image exportboundsRectangle
- The bounds rectangle.