IImageOptimizerFactory.

GetByExtension(string) Method

Summary

Get an optimizer from the factory

Syntax

IImageOptimizer GetByExtension(string extension)

Parameters

Name Type Description
extension string The extension of the file that the optimzer needs to support.

Return Value

Type Description
IImageOptimizer