XpsDevice Constructor (Stream)
Initializes a new instance of the XpsDevice class.

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

Parameters

stream
Type: System.IOStream
The stream.
See Also