Aspose::Pdf::ITeXOutputDirectory::GetOutputFile method

ITeXOutputDirectory::GetOutputFile method

Returns the stream to write to.

virtual System::SharedPtr<System::IO::Stream> Aspose::Pdf::ITeXOutputDirectory::GetOutputFile(System::String fileName, System::String &fullName)=0
ParameterTypeDescription
fileNameSystem::StringThe file name.
fullNameSystem::String&The full file name.

ReturnValue

The stream.

See Also