C1.Silverlight.PdfViewer.5
SaveDocument(Stream) Method

The stream where the current document is saved.
Save the current document to a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub SaveDocument( _
   ByVal stream As System.IO.Stream _
) 
public void SaveDocument( 
   System.IO.Stream stream
)

Parameters

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

Reference

C1PdfViewer Class
C1PdfViewer Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.