ImageOptimizerFactory.

GetByName(string) Method

Summary

Get an optimizer from the factory

Syntax

public IImageOptimizer GetByName(string name)

Parameters

Name Type Description
name string The name of the optimizer.

Return Value

Type Description
IImageOptimizer