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
Parameter | Type | Description |
---|---|---|
fileName | System::String | The file name. |
fullName | System::String& | The full file name. |
searchSubdirectories | bool | Indicates whether to look for a file in subdirectories. In this implementation has no effect. |
ReturnValue
The stream.
See Also
- Typedef SharedPtr
- Class Stream
- Class String
- Class TeXMemoryOutputDirectory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++