XpsDevice Constructor (XpsRenderingOptions, Stream) |
Initializes a new instance of the
XpsDevice class by rendering options and output stream.
Namespace: Aspose.Html.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public XpsDevice(
XpsRenderingOptions options,
Stream stream
)
Public Sub New (
options As XpsRenderingOptions,
stream As Stream
)
public:
XpsDevice(
XpsRenderingOptions^ options,
Stream^ stream
)
new :
options : XpsRenderingOptions *
stream : Stream -> XpsDevice
Parameters
- options
- Type: Aspose.Html.Rendering.XpsXpsRenderingOptions
Rendering options. - stream
- Type: System.IOStream
The output stream.
See Also