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

Save(Stream) Method








The XML System.IO.Stream to save the data to.
Saves this BarcodeWriteOptions to an XML stream. .NET support
Syntax
public void Save( 
   Stream stream
)
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As BarcodeWriteOptions
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeWriteOptions.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, BarcodeWriter and BarcodeWriter do not use these methods internally.

To load the data previously saved into an XML stream, use BarcodeWriteOptions.Load(Stream stream).

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

To save the default write options used by BarcodeWriter, use BarcodeWriter.SaveOptions

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

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