XpsDevice Constructor (XpsRenderingOptions, String)
Initializes a new instance of the XpsDevice class by rendering options and output file name.

Namespace: Aspose.Html.Rendering.Xps
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public XpsDevice(
	XpsRenderingOptions options,
	string file
)

Parameters

options
Type: Aspose.Html.Rendering.XpsXpsRenderingOptions
Rendering options.
file
Type: SystemString
The output file name.
See Also