ComponentOne Word for UWP
Save Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : Save Method
The writable stream.
The file fotmat.
Save this document to the stream.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat _
) 
public void Save( 
   System.IO.Stream stream,
   FileFormat format
)

Parameters

stream
The writable stream.
format
The file fotmat.
See Also

Reference

C1WordDocument Class
C1WordDocument Members