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



The BarcodeData Property is available in LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
Public Property BarcodeData As BarcodeData
Visual Basic (Usage)Copy Code
Dim instance As BarcodeWriteActivity
Dim value As BarcodeData
 
instance.BarcodeData = value
 
value = instance.BarcodeData
C# 
public BarcodeData BarcodeData {get; set;}
C++/CLI 
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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also