Leadtools.Barcode Namespace > BarcodeWriteOptions Class > Load Method : Load(Stream) Method |
'Usage Dim instance As BarcodeWriteOptions Dim stream As Stream instance.Load(stream)
ObjectiveC Syntax
function Leadtools.Barcode.BarcodeWriteOptions.Load(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 save a BarcodeWriteOptions to an XML stream, use BarcodeWriteOptions.Save(Stream stream).
To save and load data to an XML file, use BarcodeWriteOptions.Save(string fileName) and BarcodeWriteOptions.Load(string fileName).
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