الفئة ImageExportersRegistry

Summary: Represents the image exporters registry.

Module: aspose.imaging

Full Name: aspose.imaging.ImageExportersRegistry

Properties

NameTypeAccessالوصف
registered_exporter_descriptors [static]IImageExporterDescriptor[]rيحصل على أوصاف المصدر المسجل.
registered_formats [static]FileFormatrيحصل على صيغ التصدير المسجلة.

Methods

Nameالوصف
create_first_supported_exporter(image, options)ينشئ أول مصدر يتم العثور عليه مناسب لخيارات الحفظ المحددة والصورة.
get_first_supported_descriptor(image, options)يحصل على أول وصف مدعوم يتم العثور عليه مناسب لخيارات الحفظ المحددة والصورة.
register(image_exporter_descriptor)يسجل وصف مصدر الصورة المحدد.
register_exporter(exporter_descriptor)يسجل المصدر.
unregister_exporter(exporter_descriptor)يلغي تسجيل المصدر.

Method: create_first_supported_exporter(image, options) [static]

 create_first_supported_exporter(image, options) 

ينشئ أول مصدر يتم العثور عليه مناسب لخيارات الحفظ المحددة والصورة.

Parameters:

معاملنوعالوصف
imageImageالصورة المراد تصديرها.
optionsImageOptionsBaseخيارات الحفظ المستخدمة للتصدير.

Returns

نوعالوصف
IImageExporterالمصدر الذي يدعم الصورة المحددة وخيارات الحفظ أو null إذا لم يتم العثور على مصدر كهذا.

Method: get_first_supported_descriptor(image, options) [static]

 get_first_supported_descriptor(image, options) 

يحصل على أول وصف مدعوم يتم العثور عليه مناسب لخيارات الحفظ المحددة والصورة.

Parameters:

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

Returns

نوعالوصف
IImageExporterDescriptorوصف المصدر الذي يدعم الصورة المحددة وخيارات الحفظ أو null إذا لم يتم العثور على وصف كهذا.

Method: register(image_exporter_descriptor) [static]

 register(image_exporter_descriptor) 

يسجل وصف مصدر الصورة المحدد.

Parameters:

معاملنوعالوصف
image_exporter_descriptorIImageExporterDescriptorوصف مصدر الصورة.

Method: register_exporter(exporter_descriptor) [static]

 register_exporter(exporter_descriptor) 

يسجل المصدر.

Parameters:

معاملنوعالوصف
exporter_descriptorIImageExporterDescriptorوصف المصدر للتسجيل.

Method: unregister_exporter(exporter_descriptor) [static]

 unregister_exporter(exporter_descriptor) 

يلغي تسجيل المصدر.

Parameters:

معاملنوعالوصف
exporter_descriptorIImageExporterDescriptorوصف المصدر لإلغاء التسجيل.