Aspose::Pdf::TeXMemoryOutputDirectory::GetFile method

TeXMemoryOutputDirectory::GetFile method

Returns the stream to read from.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::TeXMemoryOutputDirectory::GetFile(System::String fileName, System::String &fullName, bool searchSubdirectories=false) override
ParameterTypeDescription
fileNameSystem::StringThe file name.
fullNameSystem::String&The full file name.
searchSubdirectoriesboolIndicates whether to look for a file in subdirectories. In this implementation has no effect.

ReturnValue

The stream.

See Also