PsDocument Constructor

Initializes PsDocument with a stream of PS/EPS file.

Namespace:  Aspose.Page.EPS
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public PsDocument(
	Stream psStream
)

Parameters

psStream
Type: System.IOStream
Stream of PS/EPS file.
See Also