Class SvgSaveOptions

SvgSaveOptions class

Class representing options of saving to SVG.

public class SvgSaveOptions : SaveOptions

Constructors

NameDescription
SvgSaveOptions()Creates new instance of options.

Properties

NameDescription
RasterizeFormulas { get; set; }Gets/sets the flag that allows to rasterize math formulas.
RasterizeIncludedGraphics { get; set; }Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
SubsetFonts { get; set; }Gets/sets the flag indicating whether to subset fonts in output file or not.

See Also