Saves the barcode data.

Save(String)

public void Save(string fileName);

Save(String, TXTextControl.Barcode.SerializationFormat)

public void Save(string fileName, TXTextControl.Barcode.SerializationFormat format);

Save(System.IO.Stream)

public void Save(System.IO.Stream stream);

Save(System.IO.Stream, TXTextControl.Barcode.SerializationFormat)

public void Save(System.IO.Stream stream, TXTextControl.Barcode.SerializationFormat format);

Save(System.IO.TextWriter)

public void Save(System.IO.TextWriter textWriter);

Save(System.Xml.XmlWriter)

public void Save(System.Xml.XmlWriter xmlWriter);

Parameters

Parameter Description
fileName Specifies a file into which the data is saved.
format Specifies the format used to serialize the barcode.
stream Specifies an object of type System.IO.Stream into which the data is saved.
textWriter Specifies an object of type System.IO.TextWriter into which the data is saved.
xmlWriter Specifies an object of type System.IO.XmlWriter into which the data is saved.