LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

BarcodeData Property (BarcodeWriteActivity)

Show in webframe





BarcodeData object that contains the barcode information to be written over the image.
Syntax
public BarcodeData BarcodeData {get; set;}
'Declaration
 
Public Property BarcodeData As BarcodeData
'Usage
 
Dim instance As BarcodeWriteActivity
Dim value As BarcodeData
 
instance.BarcodeData = value
 
value = instance.BarcodeData

            

            
public:
property BarcodeData^ BarcodeData {
   BarcodeData^ get();
   void set (    BarcodeData^ value);
}

Property Value

BarcodeData object that contains the barcode information to be written over the image.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteActivity Class
BarcodeWriteActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.