Aspose::Pdf::ITeXInputDirectory::GetFile method

ITeXInputDirectory::GetFile method

Returns the stream to read from or to write to.

virtual System::SharedPtr<System::IO::Stream> Aspose::Pdf::ITeXInputDirectory::GetFile(System::String fileName, System::String &fullName, bool searchSubdirectories=false)=0
ParameterTypeDescription
fileNameSystem::StringThe file name.
fullNameSystem::String&The full file name.
searchSubdirectoriesboolIndicates whether to look for a file in subdirectories.

ReturnValue

The stream.

See Also