LEADTOOLS Barcode (Leadtools.Barcode assembly)

Save(Stream) Method

Show in webframe







The XML System.IO.Stream to save the data to.
Saves this BarcodeReadOptions to an XML stream.
Syntax
public void Save( 
   Stream stream
)
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As BarcodeReadOptions
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)

            

            
 function Leadtools.Barcode.BarcodeReadOptions.Save(Stream)( 
   stream 
)
public:
void Save( 
   Stream^ stream
) 

Parameters

stream
The XML System.IO.Stream to save the data to.
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 load the data previously saved into an XML stream, use BarcodeReadOptions.Load(Stream stream).

To save and load data to an XML file, use BarcodeReadOptions.Save(string fileName) and BarcodeReadOptions.Load(string fileName).

To save the default read options used by BarcodeReader, use BarcodeReader.SaveOptions

Requirements

Target Platforms

See Also

Reference

BarcodeReadOptions Class
BarcodeReadOptions 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