Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / Save Method / Save(Stream,Encoding) Method

In This Topic
    Save(Stream,Encoding) Method
    In This Topic
    Saves the contents of C1Gauge into a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As System.IO.Stream, _
       ByVal encoding As System.Text.Encoding _
    ) 
    public void Save( 
       System.IO.Stream stream,
       System.Text.Encoding encoding
    )

    Parameters

    stream
    encoding
    See Also