<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableSignPad > Method >GetSignMetaJSON |
Gets the signature data including pen pressure, thickness, signer's info, and whether or not to import in JSON format string.
Prototype :
string GetSignMetaJSON
(
No Arguments
)
Reference :
Description of the keys for returned signature data are as follows.
Key |
Value |
rendertype |
Whether to apply pen pressure 0 : Render without applying pen pressure 1 : Render with applying pen pressure |
penthickness |
Pen thickness applied on the signature |
user_name |
The user name of the signer When signature data is entered, the value set in the ozsystem.user_name parameter is saved in the user name. |
user_id |
The user ID of the signer When signature data is entered, the value set in the ozsystem.user_id parameter is saved in the user ID. |
reusedsign |
Whether the signature was imported or not true : Signed using the import function false : Signed without using the import function |
When signing without resetting the existing signature, the previously saved signature is applied.
Example :
_TraceLn(This.GetSignMetaJSON());
Available Events :
All Events