ComponentOne Word for UWP
SaveAsync(Stream,FileFormat) Method

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

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members
Overload List