Saves a generated document to a stream in C1D format.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public void Save( Stream stream ) |
| Visual Basic (Declaration) |
|---|
Public Sub Save ( _ stream As Stream _ ) |
Parameters
- stream
- Type: System.IO..::.Stream