←Select platform

WriteBarcode Method

Summary

For information about this method please see WriteBarcode.

Syntax

C#
VB
WinRT C#
C++
Public Sub WriteBarcode( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal data As Leadtools.Barcode.BarcodeData, _ 
   ByVal options As Leadtools.Barcode.IBarcodeWriteOptions _ 
)  
 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 VB).

data
The barcode data. Must not be null (Nothing in VB).

options
Write options. Could be null (Nothing in VB).

Remarks

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

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly