<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >SetQRECC |
Sets the error collection code level of QR barcode.
Prototype :
void SetQRECC
(
string ECC
)
Arguments :
ECC |
the error collection code level |
Reference :
The drawing type must be 'QR barcode'.
Example :
//string
This.SetQRECC("M");
//constant
This.SetQRECC(QRECCConst.M);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :