XpsRenderingOptions class

XpsRenderingOptions class

Represents rendering options for XpsDevice.

Inheritance: XpsRenderingOptionsRenderingOptions

The XpsRenderingOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the RenderingOptions class.

Properties

PropertyDescription
cssGets a CssOptions object which is used for configuration of css properties processing.
page_setupGets a page setup object is used for configuration output page-set.
horizontal_resolutionSets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
background_colorGets or sets Color which will fill background of every page. Default value is Transparent.
vertical_resolutionSets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.

See Also