Class SvgParameters

SvgParameters class

SVG parameters.

public class SvgParameters

Properties

NameDescription
IsExplicitSizeInPixels { get; set; }Does SVG image contain explicit size in pixels (recommended) Default value: true.
IsTextDrawnInTextElement { get; set; }Does SVG image contain text as text element rather than paths (recommended) Default value: true.
SvgColorMode { get; set; }Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through “fill-opacity” parameter

See Also