In This Topic
Saves the current document to a stream using the
C1.C1Preview.C1DocumentFormatEnum.C1d format.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As Stream _
)
public void Save(
Stream
)
Parameters
- stream
- The target stream.
See Also