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.Imaging
- المجسم Aspose.Imaging
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.Imaging
- المجسم Aspose.Imaging