ComponentOne PdfViewer for UWP
SaveDocumentAsync(Stream) Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class > SaveDocumentAsync Method : SaveDocumentAsync(Stream) Method
The stream where the current document is saved.
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

Reference

C1PdfViewer Class
C1PdfViewer Members
Overload List