ImageLoadersRegistry
Contenido
[
Ocultar
]ImageLoadersRegistry class
Representa el registro de cargadores de imágenes.
public static class ImageLoadersRegistry
Propiedades
Nombre | Descripción |
---|---|
static RegisteredDescriptors { get; } | Obtiene los descriptores registrados. |
static RegisteredFormats { get; } | Obtiene los formatos de carga de imagen registrados. |
Métodos
Nombre | Descripción |
---|---|
static CreateFirstSupportedLoader(Stream, LoadOptions) | Crea el primer cargador encontrado adecuado para el especificadostream y opcionalmente elloadOptions . |
static GetFirstSupportedDescriptor(Stream, LoadOptions) | Obtiene el primer descriptor compatible encontrado adecuado para el especificadostream y opcionalmente elloadOptions . |
static GetFirstSupportedDescriptorByFileFormat(FileFormat) | Obtiene el primer formato de archivo admitido por su nombre de tipo. |
static GetFirstSupportedDescriptorByTypeName(string) | Obtiene el primer descriptor admitido por su nombre de tipo. |
static Register(IImageLoaderDescriptor) | Registra el descriptor del cargador de imágenes especificado. |
static RegisterLoader(IImageLoaderDescriptor) | Registra el cargador. |
static UnregisterLoader(IImageLoaderDescriptor) | Da de baja el cargador. |
Ver también
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging