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

In This Topic
    SaveView(Stream,Encoding) Method
    In This Topic
    Saves a Gauge view into a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveView( _
       ByVal stream As System.IO.Stream, _
       ByVal encoding As System.Text.Encoding _
    ) 
    public void SaveView( 
       System.IO.Stream stream,
       System.Text.Encoding encoding
    )

    Parameters

    stream
    encoding
    See Also