Aspose::Pdf::TeXMemoryOutputDirectory class

TeXMemoryOutputDirectory class

Implements fetching an output stream from memory. You can use it, for example, when you don’t want the accompanying output (like a log file) to be written to disk but you’d like to read it afterwards from memory.

class TeXMemoryOutputDirectory : public Aspose::Pdf::ITeXOutputDirectory

Methods

MethodDescription
Dispose() overrideDisposes the instance.
GetFile(System::String, System::String&, bool) overrideReturns the stream to read from.
GetOutputFile(System::String, System::String&) overrideReturns the stream to write to.
TeXMemoryOutputDirectory()Creates new instance.

See Also