Class XpsSaveOptions

XpsSaveOptions class

Class representing options of saving to XPS.

public class XpsSaveOptions : SaveOptions

Constructors

NameDescription
XpsSaveOptions()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