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

In This Topic
    Save(Stream,SaveMode) Method
    In This Topic
    Saves the current PDF document to a System.IO.Stream using the specified save mode.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As System.IO.Stream, _
       ByVal saveMode As SaveMode _
    ) 
    public void Save( 
       System.IO.Stream stream,
       SaveMode saveMode
    )

    Parameters

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