ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / SaveDocumentAsync Method / SaveDocumentAsync(StorageFile) Method
The StorageFile where the current document is saved.

In This Topic
    SaveDocumentAsync(StorageFile) Method
    In This Topic
    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