[]
Save this flow document to the file with file name.
void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The file name for creation or replacement of a file. |
Save this document to the stream.
void Save(Stream stream, string ext)
Type | Name | Description |
---|---|---|
Stream | stream | The writable stream. |
string | ext | The file extension to define a format. |