IImageExporter.Export
محتويات
[
يخفي
]Export(Image, Stream, ImageOptionsBase)
يصدر بيانات الصورة المحددة إلى تنسيق البيانات المحدد.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase)
| معامل | نوع | الوصف |
|---|---|---|
| image | صورة | بيانات الصورة لتصديرها. |
| stream | Stream | المجرى لتصدير البيانات إليه. |
| optionsBase | ImageOptionsBase | خيارات تصدير الصورة |
انظر أيضًا
- class Image
- class ImageOptionsBase
- interface IImageExporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Export(Image, Stream, ImageOptionsBase, Rectangle)
يصدر بيانات الصورة المحددة إلى تنسيق البيانات المحدد.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
| معامل | نوع | الوصف |
|---|---|---|
| image | صورة | بيانات الصورة لتصديرها. |
| stream | Stream | المجرى لتصدير البيانات إليه. |
| optionsBase | ImageOptionsBase | خيارات تصدير الصورة |
| boundsRectangle | Rectangle | مستطيل الحدود. |
انظر أيضًا
- class Image
- class ImageOptionsBase
- struct Rectangle
- interface IImageExporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging