Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicInterpolationMode Enumeration

In This Topic
    WicInterpolationMode Enumeration
    In This Topic
    Specifies the sampling or filtering mode to use when scaling an image.
    Syntax
    'Declaration
     
    Public Enum WicInterpolationMode 
       Inherits System.Enum
    public enum WicInterpolationMode : System.Enum 
    Members
    MemberDescription
    CubicA bicubic interpolation algorithm.
    FantA Fant resampling algorithm.
    HighQualityCubicA high quality bicubic interpolation algorithm.
    LinearA bilinear interpolation algorithm.
    NearestNeighborA nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Windows.WicInterpolationMode

    See Also