![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeWriteOptions Class > Load Method : Load(String) Method |
'Usage
Dim instance As BarcodeWriteOptions Dim fileName As String instance.Load(fileName)
function Leadtools.Barcode.BarcodeWriteOptions.Load(String)( fileName )
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 file, use BarcodeWriteOptions.Save(string fileName).
To save and load data to an XML stream, use BarcodeWriteOptions.Save(Stream stream) and BarcodeWriteOptions.Load(Stream stream).
For an example, refer to BarcodeWriteOptions.Save(string fileName).