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
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. |
ReturnValue
The stream.
See Also
- Typedef SharedPtr
- Class Stream
- Class String
- Class ITeXInputDirectory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++