Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / InterpolationMode Enumeration

In This Topic
    InterpolationMode Enumeration
    In This Topic
    Specifies the sampling or filtering mode to use when scaling an image.
    Syntax
    'Declaration
     
    Public Enum InterpolationMode 
       Inherits System.Enum
    public enum InterpolationMode : System.Enum 
    Members
    MemberDescription
    CubicA bicubic interpolation algorithm.
    DownscaleA resampling algorithm for downscaling by factors greater than 2.
    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.Drawing.InterpolationMode

    See Also