You are here: Start » AVL.NET » Invoke.GenerateDatamatrixCode
Generates datamatrix code
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GenerateDatamatrixCode ( string inText, int inScaleFactor, int inQuietZoneSize, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inText | string | Text to generate. | ||
![]()  | inScaleFactor | int | <1, 10> | 4 | Result image scale factor. Default value: 4. | 
![]()  | inQuietZoneSize | int | <0, INF> | 2 | Quiet zone measured in module size. Default value: 2. | 
![]()  | outImage | Avl.Image | Output image. | 


