Table of Contents

Enum SvgImageRendering

Namespace
Svg
Assembly
Svg.dll

The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing.

[TypeConverter(typeof(SvgImageRenderingConverter))]
public enum SvgImageRendering

Fields

Auto = 1

Indicates that the user agent shall make appropriate tradeoffs to balance speed and quality, but quality shall be given more importance than speed.

Inherit = 0

Indicates that the SVG shape rendering properties from the parent will be used.

OptimizeQuality = 3

Indicates that the user agent shall emphasize quality over rendering speed.

OptimizeSpeed = 2

Indicates that the user agent shall emphasize rendering speed over quality.

Remarks

Not Implemented yet.