[]
Save txt file to stream.
public void SaveTxt(Stream stream, SaveOptions saveOptions = SaveOptions.Formatted)
Public Sub SaveTxt(stream As Stream, Optional saveOptions As SaveOptions = SaveOptions.Formatted)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream where the contents will be saved. |
| SaveOptions | saveOptions |