Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SaveXml Method / SaveXml(Stream) Method
The stream to which you want to save.

In This Topic
    SaveXml(Stream) Method
    In This Topic
    Saves the document to the specified stream in XML format.
    Syntax
    'Declaration
     
    Public Overloads Function SaveXml( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public System.bool SaveXml( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream to which you want to save.

    Return Value

    True, if the document is successfully saved; otherwise, False.
    See Also