[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.ImageRendering

ImageRendering Property

ImageRendering

Gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.

Setting this property affects the subsequent calls of the DrawImage methods. It does not affect the previous calls.

The default is Auto.
Declaration
public SvgImageRendering ImageRendering { get; set; }
Public Property ImageRendering As SvgImageRendering