XpsRenderingOptions Properties

The XpsRenderingOptions type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets Color which will fill background of every page. Default value is Transparent.
(Inherited from RenderingOptions.)
Public propertyCss
Gets a CssOptions object which is used for configuration of css properties processing.
(Inherited from RenderingOptions.)
Public propertyHorizontalResolution
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from RenderingOptions.)
Public propertyPageSetup
Gets a page setup object is used for configuration output page-set.
(Inherited from RenderingOptions.)
Public propertyVerticalResolution
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from RenderingOptions.)
See Also