<< 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 >SetSignPadViewType |
Sets SignPad view type.
Prototype :
void SetSignPadViewType
(
string SignPadViewType,
[ bool MainScreen ]
)
Arguments :
SignPadType |
refer to SignPadTypeConst |
MainScreen |
true for main screen If not set, applies as true |
Reference :
If the value is true, selected input values are separated by comma(,).
Scrollable that argument value of SignPadViewType only works in ActiveX(MultiScreen environment)/HTML5JS/Android/iOS/WinUWP Viewer. Otherwise, it works as KeepRatio.
Example :
//string
This.SetSignPadViewType("KeepRatio");
//constant
This.SetSignPadViewType(SignPadViewTypeConst.KeepRatio);
Available Events :
OnAddToPage, OnBind, OnInitialize, OnStartBind
See also :