Image Resizer : API Documentation

Type StretchMode

Namespace ImageResizer

Parent Enum

[Deprecated (Use FitMode.Stretch)] Previously used to force an image to be 'stretched' to match a different aspect ratio.

Fields

Public fields

int value__

return int

StretchMode Proportionally

[Deprecated (Use FitMode)] Maintains aspect ratio. Default.
return StretchMode

StretchMode Fill

[Deprecated (Use FitMode)] Skews image to fit the new aspect ratio defined by 'width' and 'height'
return StretchMode