IImageExporter.Export
Export(Image, Stream, ImageOptionsBase)
指定された画像データを指定されたデータ形式にエクスポートします。
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | エクスポートする画像データ。 |
stream | Stream | データのエクスポート先のストリーム。 |
optionsBase | ImageOptionsBase | 画像エクスポートのオプション |
関連項目
- class Image
- class ImageOptionsBase
- interface IImageExporter
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Export(Image, Stream, ImageOptionsBase, Rectangle)
指定された画像データを指定されたデータ形式にエクスポートします。
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | エクスポートする画像データ。 |
stream | Stream | データのエクスポート先のストリーム。 |
optionsBase | ImageOptionsBase | 画像エクスポートのオプション |
boundsRectangle | Rectangle | 境界の四角形。 |
関連項目
- class Image
- class ImageOptionsBase
- struct Rectangle
- interface IImageExporter
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD