Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / InterpolationMode Property

In This Topic
    InterpolationMode Property (BitmapRenderer)
    In This Topic
    Gets or sets the sampling mode to use when drawing bitmaps with resizing.

    Default is GrapeCity.Documents.Drawing.InterpolationMode.Linear.

    Syntax
    'Declaration
     
    Public Property InterpolationMode As InterpolationMode
    public InterpolationMode InterpolationMode {get; set;}
    See Also