Image Resizer : API Documentation

Type DefaultSettings

Namespace ImageResizer.Plugins.Basic

Interfaces IPlugin, ISettingsModifier

Public instance methods

void LoadSettings()

Public properties

ScaleMode ExplicitSizeScaleMode get; set;

The default scale mode to use when 'width' and/or 'height' are used, and mode is not 'max'.

ScaleMode MaxSizeScaleMode get; set;

The default scale mode to use when 'maxwidth' and/or 'maxheight' are used (or mode=max).