'Declaration Public Enum SvgShapeRendering Inherits System.Enum
public enum SvgShapeRendering : System.Enum
'Declaration Public Enum SvgShapeRendering Inherits System.Enum
public enum SvgShapeRendering : System.Enum
Member | Description |
---|---|
Auto | Indicates 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. |
CrispEdges | Indicates that the user agent shall attempt to emphasize the contrast between clean edges of artwork over rendering speed and geometric precision. |
GeometricPrecision | Indicates that the user agent shall emphasize geometric precision over speed and crisp edges. |
OptimizeSpeed | Indicates that the user agent shall emphasize rendering speed over geometric precision and crisp edges. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgShapeRendering