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)
Syntaxpublic PsDocument(
Stream psStream
)
Public Sub New (
psStream As Stream
)
public:
PsDocument(
Stream^ psStream
)
new :
psStream : Stream -> PsDocumentParameters
- psStream
- Type: System.IOStream
Stream of PS/EPS file.
See Also