ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / SaveDocument Method / SaveDocument(Stream) Method
The stream where the current document is saved.

In This Topic
    SaveDocument(Stream) Method
    In This Topic
    Save the current document to a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveDocument( _
       ByVal stream As Stream _
    ) 
    public void SaveDocument( 
       Stream stream
    )

    Parameters

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