IOutputWorkingDirectory.GetOutputFile
IOutputWorkingDirectory.GetOutputFile method
Returns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.
public NamedStream GetOutputFile(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name. |
Return Value
The named stream.
See Also
- class NamedStream
- interface IOutputWorkingDirectory
- namespace Aspose.TeX.IO
- assembly Aspose.TeX