ComponentOne PdfViewer for UWP
SaveDocumentAsync(StorageFile) Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class > SaveDocumentAsync Method : SaveDocumentAsync(StorageFile) Method
The StorageFile where the current document is saved.
Save the current document to a Windows.Storage.StorageFile.
Syntax
'Declaration
 
Public Overloads Function SaveDocumentAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveDocumentAsync( 
   Windows.Storage.StorageFile file
)

Parameters

file
The StorageFile where the current document is saved.
See Also

Reference

C1PdfViewer Class
C1PdfViewer Members
Overload List