Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / ImageRendering Property

In This Topic
    ImageRendering Property (GcSvgGraphics)
    In This Topic
    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 SvgImageRendering.Auto.
    Syntax
    'Declaration
     
    Public Property ImageRendering As SvgImageRendering
    public SvgImageRendering ImageRendering {get; set;}
    See Also