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

In This Topic
    SaveDocumentAsync(Stream) Method
    In This Topic
    Save the current document to a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Function SaveDocumentAsync( _
       ByVal stream As System.IO.Stream _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveDocumentAsync( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream where the current document is saved.
    See Also