Saves the barcode data.
public void Save(string fileName);Public Sub Save(ByVal fileName As String)public void Save(System.IO.Stream stream);Public Sub Save(ByVal stream As System.IO.Stream)public void Save(System.IO.TextWriter textWriter);Public Sub Save(ByVal textWriter As System.IO.TextWriter)public void Save(System.Xml.XmlWriter xmlWriter);Public Sub Save(ByVal xmlWriter As System.Xml.XmlWriter)| Parameter | Description |
|---|---|
| file |
Specifies a file the is saved to. |
| stream | Specifies an object of type System. |
| text |
Specifies an object of type System. |
| xml |
Specifies an object of type System. |