LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Load(String) Method








The XML file containing the data.
Loads this BarcodeOptions from the specified XML file. .NET support
Syntax
public void Load( 
   string fileName
)
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As BarcodeReadOptions
Dim fileName As String
 
instance.Load(fileName)
public void Load( 
   string fileName
)
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeReadOptions.Load(String)( 
   fileName 
)
public:
void Load( 
   String^ fileName
) 

Parameters

fileName
The XML file containing the data.
Remarks

The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally.

To save a BarcodeReadOptions to an XML file, use BarcodeReadOptions.Save(string fileName).

To save and load data to an XML stream, use BarcodeReadOptions.Save(Stream stream) and BarcodeReadOptions.Load(Stream stream).

Example

For an example, refer to BarcodeReadOptions.Save(string fileName).

Requirements

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

See Also

Reference

BarcodeReadOptions Class
BarcodeReadOptions Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features