Aspose::Pdf::Facades::AutoFiller::get_OutputStream method

AutoFiller::get_OutputStream method

Gets the OutputStream. One of four output modes. Its classical use case is Response.OutputStream. Please refer to the online demo.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::AutoFiller::get_OutputStream() const

Deprecated

Use Save(outputStream) method for getting facade results.

See Also