OutputFile Property
The path to a local file where the output will be written. If the file exists, it is overwritten.
Syntax
[VB.NET] Public Property OutputFile As String
[C#] public string OutputFile {get; set;}
Remarks
If specified, the output of the component will be written to the OutputFile.
As an alternative, you can specify an output stream through SetOutputStream. If neither one is set, the output will be buffered in memory and can be retrieved using OutputData.
Default Value
""