Aspose::TeX::IO::OutputZipDirectory::GetFile method

OutputZipDirectory::GetFile method

Returns the stream to read from.

System::SharedPtr<NamedStream> Aspose::TeX::IO::OutputZipDirectory::GetFile(System::String fileName, bool searchSubdirectories=false) override
ParameterTypeDescription
fileNameSystem::StringThe file name.
searchSubdirectoriesboolIndicates whether to look for a file in subdirectories.

ReturnValue

The named stream.

See Also