[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgImageRendering

SvgImageRendering Enum

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgImageRendering
Public Enum SvgImageRendering

Fields

Name Description
Auto

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

OptimizeQuality

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

OptimizeSpeed

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