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