Aspose::Page::EPS::PsDocument::set_InputStream method

PsDocument::set_InputStream method

Initializes PsDocument with a stream and load options.

void Aspose::Page::EPS::PsDocument::set_InputStream(System::SharedPtr<System::IO::Stream> value)
ParameterTypeDescription
inPsStreamSystem::SharedPtr<System::IO::Stream>Input stream of PS/EPS file.

Remarks

Sets an input stream of PS/EPS file.

See Also