TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabHeader > Method >

 

SetBarcodeRotation

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabHeader > Method >

 

SetBarcodeRotation

 

 

Sets the rotation angle of a barcode.

 

 

 

Prototype :

 

void SetBarcodeRotation

(

        integer BarcodeRotation

)

 

 

 

Arguments :

 

BarcodeRotation

rotation angle

 

 

 

Reference :

 

The drawing type must be 'barcode'.

 

 

 

Example :

 

This.SetBarcodeRotation(0);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind