الفئة IImageExporterDescriptor

Summary: Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance
in memory and multithreading issues.

Module: aspose.imaging

Full Name: aspose.imaging.IImageExporterDescriptor

Methods

Nameالوصف
can_export(image, options_base)يحدد ما إذا كان مُصدّر الصورة يمكنه تصدير الصورة المحددة إلى تنسيق الصورة المحدد وفقًا لخيارات الحفظ.
create_instance()ينشئ نسخة جديدة من المُصدّر.

Method: can_export(image, options_base)

 can_export(image, options_base) 

يحدد ما إذا كان مُصدّر الصورة يمكنه تصدير الصورة المحددة إلى تنسيق الصورة المحدد وفقًا لخيارات الحفظ.

Parameters:

معاملنوعالوصف
imageImageالصورة المراد تصديرها.
options_baseImageOptionsBaseقاعدة الخيارات.

Returns

نوعالوصف
boolTrue إذا كان المُصدّر الذي أنشأه هذا الوصف يمكنه تصدير الصورة المحددة إلى تنسيق الملف المحدد؛ وإلا، false.

Method: create_instance()

 create_instance() 

ينشئ نسخة جديدة من المُصدّر.

Returns

نوعالوصف
IImageExporterنسخة جديدة من المُصدّر.