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