TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetDataMatrixGS1Compatible

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetDataMatrixGS1Compatible

 

 

Sets to display the DataMatrix barcode in GS1 compatible type.

 

 

 

Prototype :

 

void SetDataMatrixGS1Compatible

(

        bool DataMatrixGS1Compatible

)

 

 

 

Arguments :

 

DataMatrixGS1Compatible

true for GS1 compatible type

 

 

 

Reference :

 

The drawing type must be 'DataMatrix barcode'.

 

 

 

Example :

 

This.SetDataMatrixGS1Compatible(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind