Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Load(Stream) Method








The Stream containing the XML data.
Loads this BarcodeOptions from the specified XML stream.
Syntax
public void Load( 
   Stream stream
)
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As BarcodeWriteOptions
Dim stream As Stream
 
instance.Load(stream)
public void Load( 
   Stream stream
)
 function Leadtools.Barcode.BarcodeWriteOptions.Load(Stream)( 
   stream 
)
public:
void Load( 
   Stream^ stream
) 

Parameters

stream
The Stream containing the XML 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 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).

Requirements

Target Platforms

See Also

Reference

BarcodeWriteOptions Class
BarcodeWriteOptions Members
Overload List

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