ComponentOne Word for UWP
SaveAsync(StorageFile,FileFormat) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > SaveAsync Method : SaveAsync(StorageFile,FileFormat) Method
The file storage object to save the document.
FileFormat value that specifies the type of file to save.
Saves the document to a file storage.
Syntax
'Declaration
 
Public Overloads Function SaveAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal format As FileFormat _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveAsync( 
   Windows.Storage.StorageFile file,
   FileFormat format
)

Parameters

file
The file storage object to save the document.
format
FileFormat value that specifies the type of file to save.

Return Value

The task of represents an asynchronous operation.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List