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

Show in webframe

WriteBarcode Method








The 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.

Syntax
'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)
 function Leadtools.Barcode.BarcodeWriter.WriteBarcode( 
   image ,
   data ,
   options 
)

Parameters

image
The 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

See Also

Reference

BarcodeWriter Class
BarcodeWriter Members

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