Image Resizer : API Documentation

Type ProcessWhen

Namespace ImageResizer

Parent Enum

When to process and re-encode the file.

Fields

Public fields

int value__

return int

ProcessWhen No

Request no processing of the image or file (generally used with cache=always). The file contents will be used as-is.
return ProcessWhen

ProcessWhen Always

Require the file or image to be processed. Will cause non-image files to fail with an ImageCorruptedException.
return ProcessWhen

ProcessWhen Default

Default. Only files with both a supported image extension and resizing settings specified in the querystring will be processed.
return ProcessWhen