[]
Saves the current grid to a memory stream.
The stream's Position is set to 0 when the method returns.
public Stream PrintToStream(bool binaryFormat)
| Type | Name | Description |
|---|---|---|
| bool | binaryFormat | The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format. |
| Type | Description |
|---|---|
| Stream | The stream containing the saved grid. |
Saves the current grid to a memory stream in C1D (native C1PrintDocument) format.
The stream's Position is set to 0 when the method returns.
public Stream PrintToStream()
| Type | Description |
|---|---|
| Stream | The stream containing the saved grid. |