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