ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Save Method / Save(Stream,FileFormat) Method
The writable stream.
The file fotmat.

In This Topic
    Save(Stream,FileFormat) Method
    In This Topic
    Save this document to the stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As System.IO.Stream, _
       ByVal format As FileFormat _
    ) 
    public void Save( 
       System.IO.Stream stream,
       FileFormat format
    )

    Parameters

    stream
    The writable stream.
    format
    The file fotmat.
    See Also