[]
        
(Showing Draft Content)

C1.Win.Gauge.C1Gauge.Save

Save Method

Save(string)

Saves the contents of C1Gauge into an XML file.

Declaration
public void Save(string fileName)
Public Sub Save(fileName As String)
Parameters
Type Name Description
string fileName

Save(string, Encoding)

Saves the contents of C1Gauge into an XML file.

Declaration
public void Save(string fileName, Encoding encoding)
Public Sub Save(fileName As String, encoding As Encoding)
Parameters
Type Name Description
string fileName
Encoding encoding

Save(Stream)

Saves the contents of C1Gauge into a Stream.

Declaration
public void Save(Stream stream)
Public Sub Save(stream As Stream)
Parameters
Type Name Description
Stream stream

Save(Stream, Encoding)

Saves the contents of C1Gauge into a Stream.

Declaration
public void Save(Stream stream, Encoding encoding)
Public Sub Save(stream As Stream, encoding As Encoding)
Parameters
Type Name Description
Stream stream
Encoding encoding

Save(XmlWriter)

Saves the contents of C1Gauge into an System.Xml.XmlWriter.

Declaration
public void Save(XmlWriter writer)
Public Sub Save(writer As XmlWriter)
Parameters
Type Name Description
XmlWriter writer