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

WriteBarcode Method








The Leadtools.RasterImage that specifies the image to write the barcode to. Must not be null (Nothing in Visual Basic).
The barcode data. Must not be null (Nothing in Visual Basic).
Write options. Could be null (Nothing in Visual Basic).

For information about this method please see WriteBarcode.

WinRT support
Syntax
public void WriteBarcode( 
   RasterImage image,
   BarcodeData data,
   IBarcodeWriteOptions options
)
'Declaration
 
Public Sub WriteBarcode( _
   ByVal image As RasterImage, _
   ByVal data As BarcodeData, _
   ByVal options As IBarcodeWriteOptions _
) 
'Usage
 
Dim instance As BarcodeWriter
Dim image As RasterImage
Dim data As BarcodeData
Dim options As IBarcodeWriteOptions
 
instance.WriteBarcode(image, data, options)
public void WriteBarcode( 
   RasterImage image,
   BarcodeData data,
   IBarcodeWriteOptions options
)
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeWriter.WriteBarcode( 
   image ,
   data ,
   options 
)
public:
void WriteBarcode( 
   RasterImage^ image,
   BarcodeData^ data,
   IBarcodeWriteOptions^ options
) 

Parameters

image
The Leadtools.RasterImage that specifies the image to write the barcode to. Must not be null (Nothing in Visual Basic).
data
The barcode data. Must not be null (Nothing in Visual Basic).
options
Write options. Could be null (Nothing in Visual Basic).
Remarks

Note: In LEADTOOLS for .NET, the equivalent to IBarcodeWriteOptions is BarcodeWriteOptions.

Example

For an example, refer to BarcodeWriter.

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

BarcodeWriter Class
BarcodeWriter Members

 

 


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