Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / Scale Class / InterpolationMode Property

In This Topic
    InterpolationMode Property (Scale)
    In This Topic
    The interpolation mode the effect uses to scale the image. There are 6 scale modes that range in quality and speed. If you don't select a mode, the effect uses the interpolation mode of the device context. See Interpolation modes for more info.
    Syntax
    'Declaration
     
    Public Property InterpolationMode As InterpolationMode
    public InterpolationMode InterpolationMode {get; set;}
    See Also