الفئة 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:
| معامل | نوع | الوصف |
|---|---|---|
| image | Image | الصورة المراد تصديرها. |
| options_base | ImageOptionsBase | قاعدة الخيارات. |
Returns
| نوع | الوصف |
|---|---|
| bool |
Method: create_instance()
create_instance()
ينشئ نسخة جديدة من المُصدّر.
Returns
| نوع | الوصف |
|---|---|
| IImageExporter | نسخة جديدة من المُصدّر. |