[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.WicInterpolationMode

WicInterpolationMode Enum

Specifies the sampling or filtering mode to use when scaling an image.

Namespace: GrapeCity.Documents.Imaging.Windows
Assembly: DS.Documents.Imaging.Windows.dll
Syntax
public enum WicInterpolationMode
Public Enum WicInterpolationMode

Fields

Name Description
Cubic

A bicubic interpolation algorithm.

Fant

A Fant resampling algorithm.

HighQualityCubic

A high quality bicubic interpolation algorithm.

Linear

A bilinear interpolation algorithm.

NearestNeighbor

A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.