Leadtools.Barcode Namespace > BarcodeWriteOptions Class > Save Method : Save(Stream) Method |
'Usage Dim instance As BarcodeWriteOptions Dim stream As Stream instance.Save(stream)
function Leadtools.Barcode.BarcodeWriteOptions.Save(Stream)( stream )
The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeWriter and BarcodeWriter do not use these methods internally.
To load the data previously saved into an XML stream, use BarcodeWriteOptions.Load(Stream stream).
To save and load data to an XML file, use BarcodeWriteOptions.Save(string fileName) and BarcodeWriteOptions.Load(string fileName).
To save the default write options used by BarcodeWriter, use BarcodeWriter.SaveOptions