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.

See Also