Saves the barcode data.
public void Save(string fileName);
public void Save(string fileName, TXTextControl.Barcode.SerializationFormat format);
public void Save(System.IO.Stream stream);
public void Save(System.IO.Stream stream, TXTextControl.Barcode.SerializationFormat format);
public void Save(System.IO.TextWriter textWriter);
public void Save(System.Xml.XmlWriter xmlWriter);
Parameter | Description |
---|---|
file |
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. |
text |
Specifies an object of type System. |
xml |
Specifies an object of type System. |