Sets the interpolation mode used for resizing images. The default is HighQualityBicubic.

Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public InterpolationMode InterpolationMode { get; set; }
Visual Basic
Public Property InterpolationMode As InterpolationMode
	Get
	Set

See Also