PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Save Method / Save(Stream) Method
The target stream.

In This Topic
    Save(Stream) Method
    In This Topic
    Saves the current document to a stream using the C1DocumentFormatEnum.C1d format.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As Stream _
    ) 
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    The target stream.
    See Also