Leadtools.Barcode Namespace > BarcodeReadOptions Class > Save Method : Save(Stream) Method |
'Usage Dim instance As BarcodeReadOptions Dim stream As Stream instance.Save(stream)
ObjectiveC Syntax
function Leadtools.Barcode.BarcodeReadOptions.Save(Stream)( stream )
The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally.
To load the data previously saved into an XML stream, use BarcodeReadOptions.Load(Stream stream).
To save and load data to an XML file, use BarcodeReadOptions.Save(string fileName) and BarcodeReadOptions.Load(string fileName).
To save the default read options used by BarcodeReader, use BarcodeReader.SaveOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2