LEADTOOLS Barcode (Leadtools.Barcode assembly)

Load(String) Method

Show in webframe







The XML file containing the data.
Loads this BarcodeOptions from the specified XML file.
Syntax
public void Load( 
   string fileName
)
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As BarcodeWriteOptions
Dim fileName As String
 
instance.Load(fileName)
public void Load( 
   string fileName
)

            

            
 function Leadtools.Barcode.BarcodeWriteOptions.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, 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).

Example

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

Requirements

Target Platforms

See Also

Reference

BarcodeWriteOptions Class
BarcodeWriteOptions Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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