XpsDevice Constructor (Stream) |
Initializes a new instance of the
XpsDevice class.
Namespace: Aspose.Html.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic XpsDevice(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
XpsDevice(
Stream^ stream
)
new :
stream : Stream -> XpsDevice
Parameters
- stream
- Type: System.IOStream
The stream.
See Also