LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BarcodeWriteActivity Class
See Also  Members  
Leadtools.Workflow.Barcode Namespace : BarcodeWriteActivity Class



The BarcodeWriteActivity Class is available in LEADTOOLS Document and Medical Imaging toolkits.

Writes linear, PDF417, MicroPDF417, Data Matrix, and QR barcode symbols over the image.

Object Model

BarcodeWriteActivity ClassBarcodeData ClassBarcode1d ClassBarcodeWriteDatamatrix ClassBarcodeWritePdf ClassBarcodeWriteQr Class

Syntax

Visual Basic (Declaration) 
Public Class BarcodeWriteActivity 
   Inherits Leadtools.Workflow.Raster.WorkflowImageActivity
   Implements IComponentIDisposable 
Visual Basic (Usage)Copy Code
Dim instance As BarcodeWriteActivity
C# 
public class BarcodeWriteActivity : Leadtools.Workflow.Raster.WorkflowImageActivity, IComponentIDisposable  
C++/CLI 
public ref class BarcodeWriteActivity : public Leadtools.Workflow.Raster.WorkflowImageActivity, IComponentIDisposable  

Remarks

This activity supports all image formats currently supported by LEADTOOLS.

You must pass a valid WorkflowImage to this method. If you do not pass a valid WorkflowImage, the activity will throw an exception.

This activity will write the barcode symbol over the image using the rectangle defined by the Location property.

If you set the Flags property to BarcodeWriteFlags.UseColors, this activity will use the BarColor and SpaceColor properties. Otherwise, it will ignore it and use the default colors; black for bars and white for spaces.

Using colors does not apply for 1 bit per pixel images.

The BarcodeWriteFlags.UseColors and BarcodeWriteFlags.Transparent are used with all barcode types.

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
      System.Workflow.ComponentModel.Activity
         Leadtools.Workflow.Raster.WorkflowImageActivity
            Leadtools.Workflow.Barcode.BarcodeWriteActivity

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also