Aspose::Page::Plugins::ByteArrayResult::ToStream method

ByteArrayResult::ToStream method

Tries to convert the result to a stream object.

System::SharedPtr<System::IO::Stream> Aspose::Page::Plugins::ByteArrayResult::ToStream() override

ReturnValue

A stream object representing the output data if the result is stream; otherwise null.

See Also