IImageExporter.Export
Contents
[
Hide
]Export(Image, Stream, ImageOptionsBase)
Exports the specified image data into specified data format.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase)
Parameter | Type | Description |
---|---|---|
image | Image | The image data to export. |
stream | Stream | The stream to export data to. |
optionsBase | ImageOptionsBase | Options for image export |
See Also
- class Image
- class ImageOptionsBase
- interface IImageExporter
- namespace Aspose.PSD
- assembly Aspose.PSD
Export(Image, Stream, ImageOptionsBase, Rectangle)
Exports the specified image data into specified data format.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Parameter | Type | Description |
---|---|---|
image | Image | The image data to export. |
stream | Stream | The stream to export data to. |
optionsBase | ImageOptionsBase | Options for image export |
boundsRectangle | Rectangle | The bounds rectangle. |
See Also
- class Image
- class ImageOptionsBase
- struct Rectangle
- interface IImageExporter
- namespace Aspose.PSD
- assembly Aspose.PSD