TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >

 

IsDataMatrixGS1Compatible

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >

 

IsDataMatrixGS1Compatible

 

 

Indicates whether to display the DataMatrix barcode in GS1 compatible type.

 

 

 

Prototype :

 

bool IsDataMatrixGS1Compatible

(

        No Arguments

)

 

 

 

Reference :

 

The drawing type must be 'DataMatrix barcode'.

 

 

 

Example :

 

if(This.IsDataMatrixGS1Compatible() == true) {

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events