ImageSaveOptions.SmoothingMode

ImageSaveOptions.SmoothingMode property

Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.

public SmoothingMode SmoothingMode { get; set; }

Remarks

This property has effect only when saving to raster image formats. The default value is Default.

See Also