Aspose::Pdf::Facades::AutoFiller::set_OutputStream method

AutoFiller::set_OutputStream method

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

void Aspose::Pdf::Facades::AutoFiller::set_OutputStream(System::SharedPtr<System::IO::Stream> value)

Deprecated

Use Save(outputStream) method for getting facade results.

See Also