Aspose::TeX::IO::OutputMemoryDirectory::GetOutputFile method

OutputMemoryDirectory::GetOutputFile method

Returns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.

System::SharedPtr<NamedStream> Aspose::TeX::IO::OutputMemoryDirectory::GetOutputFile(System::String fileName) override
ParameterTypeDescription
fileNameSystem::StringThe file name.

ReturnValue

The named stream.

See Also