TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarTitle > Method >

 

SetPDF417ColumnNumber

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarTitle > Method >

 

SetPDF417ColumnNumber

 

 

Sets the number of columns of PDF417 barcode.

 

 

 

Prototype :

 

void SetPDF417ColumnNumber

(

        integer PDF417ColumnNumber

)

 

 

 

Arguments :

 

PDF417ColumnNumber

the number of columns of PDF417 barcode

 

 

 

Reference :

 

The drawing type must be 'PDF417'.

 

 

 

Example :

 

This.SetPDF417ColumnNumber(10);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind