Aspose::Page::Plugins::IOperationResult::ToStream method

IOperationResult::ToStream method

Tries to convert the result to the stream object.

virtual System::SharedPtr<System::IO::Stream> Aspose::Page::Plugins::IOperationResult::ToStream()=0

ReturnValue

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

See Also