Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Save Method / Save(Stream,Boolean) Method
The System.IO.Stream object to use for saving the document.
Indicates whether the document should be saved using incremental update.

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

    Parameters

    stream
    The System.IO.Stream object to use for saving the document.
    incrementalUpdate
    Indicates whether the document should be saved using incremental update.
    See Also