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

 

SetGuidelineShape

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetGuidelineShape

 

 

Sets guide line shape.

 

 

 

Prototype :

 

void SetGuidelineShape

(

       string GuidelineShape

)

 

 

 

Arguments :

 

GuidelineShape

refer to GuidelineShapeConst

 

 

 

Example :

 

//string

  This.SetGuidelineShape("Underline");

 

//constant

  This.SetGuidelineShape(GuidelineShapeConst.Underline);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

GuidelineShapeConst