XpsDevice Constructor (XpsRenderingOptions, Stream)
Initializes a new instance of the XpsDevice class by rendering options and output stream.

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

Parameters

options
Type: Aspose.Html.Rendering.XpsXpsRenderingOptions
Rendering options.
stream
Type: System.IOStream
The output stream.
See Also