Aspose::Pdf::TeXMemoryOutputDirectory::GetOutputFile method

TeXMemoryOutputDirectory::GetOutputFile method

Returns the stream to write to.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::TeXMemoryOutputDirectory::GetOutputFile(System::String fileName, System::String &fullName) override
ParameterTypeDescription
fileNameSystem::StringThe file name.
fullNameSystem::String&The full file name.

ReturnValue

The stream.

See Also