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

 

SetGroupName

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

 

SetGroupName

 

 

Sets the group name.

 

 

 

Prototype :

 

void SetGroupName

(

       string GroupName

)

 

 

 

Arguments :

 

GroupName

Group name

 

 

 

Reference :

 

SetGroupName() is used when grouping several signatures.

 

The several signatures of the same group name are displayed in the one of the signature window. However, the signatures are grouped in the same page.

 

To use the group signature function, in the Android, iOS, WinUWP viewer, set the signature type keypad or zoom and in the ActiveX viewer, set the signature type dialog.

 

 

 

Example :

 

This.SetGroupName("SignGroup1");

 

 

 

Available Events :

 

OnBind,  OnInitialize,  OnStartBind