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
Method | Description |
---|---|
Dispose() override | Disposes the instance. |
GetFile(System::String, System::String&, bool) override | Returns the stream to read from. |
GetOutputFile(System::String, System::String&) override | Returns the stream to write to. |
TeXMemoryOutputDirectory() | Creates new instance. |
See Also
- Class ITeXOutputDirectory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++