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

 

SetSignPenColor

<< 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 >

 

SetSignPenColor

 

 

Sets the signature pen color.

 

 

 

Prototype :

 

void SetSignPenColor

(

       string SignPenColor

)

 

 

 

Arguments :

 

SignPenColor

Signature pen color

Specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd"

 

 

 

Example :

 

This.SetSignPenColor("#FF0000"); //Red

 

This.SetSignPenColor("255, 0, 0"); //Red

 

 

 

Available Events :

 

OnBind,  OnInitialize,  OnStartBind