Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Save Method / Save(Stream) Method
The System.IO.Stream object to use for saving the document.

In This Topic
    Save(Stream) Method
    In This Topic
    Saves the current PDF document to a System.IO.Stream using the default mode (no incremental update, not linearized).
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As System.IO.Stream _
    ) 
    public void Save( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The System.IO.Stream object to use for saving the document.
    See Also