Interface IOutputWorkingDirectory
IOutputWorkingDirectory interface
Interface of generalized output working directory.
public interface IOutputWorkingDirectory : IInputWorkingDirectory
Methods
Name | Description |
---|---|
GetOutputFile(string) | 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. |
See Also
- interface IInputWorkingDirectory
- namespace Aspose.TeX.IO
- assembly Aspose.TeX