ImageExportersRegistry Class
Represents the image exporters registry.
Inheritance Hierarchy
SystemObject
  Aspose.PSDImageExportersRegistry

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static class ImageExportersRegistry

The ImageExportersRegistry type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberRegisteredExporterDescriptors
Gets the registered exporter descriptors.
Public propertyStatic memberRegisteredFormats
Gets the registered export formats.
Methods
  NameDescription
Public methodStatic memberCreateFirstSupportedExporter
Creates the first found exporter suitable for the specified save options and image.
Public methodStatic memberGetFirstSupportedDescriptor
Gets the fist found supported descriptor suitable for the specified save options and image.
Public methodStatic memberRegister
Registers the specified image exporter descriptor.
Public methodStatic memberRegisterExporter
Registers the exporter.
Public methodStatic memberUnregisterExporter
Unregisters the exporter.
See Also