Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgShapeRendering Enumeration

In This Topic
    SvgShapeRendering Enumeration
    In This Topic
    Provides a hint to the implementation about what tradeoffs to make as it renders vector graphics elements such as SvgPathElement elements and basic shapes such as circles and rectangles.
    Syntax
    'Declaration
     
    Public Enum SvgShapeRendering 
       Inherits System.Enum
    public enum SvgShapeRendering : System.Enum 
    Members
    MemberDescription
    AutoIndicates that the user agent shall make appropriate tradeoffs to balance speed, crisp edges and geometric precision, but with geometric precision given more importance than speed and crisp edges.
    CrispEdgesIndicates that the user agent shall attempt to emphasize the contrast between clean edges of artwork over rendering speed and geometric precision.
    GeometricPrecisionIndicates that the user agent shall emphasize geometric precision over speed and crisp edges.
    OptimizeSpeedIndicates that the user agent shall emphasize rendering speed over geometric precision and crisp edges.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgShapeRendering

    See Also