ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / Save Method
The writable stream.
The file fotmat.

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

    Parameters

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