<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValueTitle > Method >SetPDF417ECC |
Sets the error collection code level of PDF417 barcode.
Prototype :
void SetPDF417ECC
(
integer PDF417ECC
)
Arguments :
PDF417ECC |
the error collection code level of PDF417 barcode |
Reference :
The drawing type must be 'PDF417'.
Example :
This.SetPDF417ECC(2);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind