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



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

Gets or sets a BarcodeWriteDatamatrix object containing Data Matrix barcode options to be written.

Syntax

Visual Basic (Declaration) 
Public Property CodeDatamatrix As BarcodeWriteDatamatrix
Visual Basic (Usage)Copy Code
Dim instance As BarcodeWriteActivity
Dim value As BarcodeWriteDatamatrix
 
instance.CodeDatamatrix = value
 
value = instance.CodeDatamatrix
C# 
public BarcodeWriteDatamatrix CodeDatamatrix {get; set;}
C++/CLI 
public:
property BarcodeWriteDatamatrix^ CodeDatamatrix {
   BarcodeWriteDatamatrix^ get();
   void set (    BarcodeWriteDatamatrix^ value);
}

Property Value

BarcodeWriteDatamatrix object containing Data Matrix barcode options to be written.

Requirements

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

See Also