TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >

 

SetDrawingType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >

 

SetDrawingType

 

 

Sets the drawing type.

 

 

 

Prototype :

 

void SetDrawingType

(

       string DrawingType

)

 

 

 

Arguments :

 

DrawingType

refer to DrawingTypeConst

 

 

 

Reference :

 

Allows to only set Label, HTML and Image.

 

 

 

Example :

 

//string

  This.SetDrawingType("HTML");

 

//constant

  This.SetDrawingType(DrawingTypeConst.HTML);

 

 

 

Available Events :

 

OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

DrawingTypeConst