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

 

GetSignJSON

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

 

GetSignJSON

 

 

Gets information in JSON format from X coordinate, Y coordinate, Time and writing pressure of inputted value.

 

 

 

Prototype :

 

string GetSignJSON

(

       No Arguments

)

 

 

 

Reference :

 

JSON format that is returned follows as shown in the figure below.

Key

Value

width

width of Sign component

height

height of Sign component

paths

array of Points value

points

information of sign content

?? ϕορματ-χηαρσετ=x : X coordinate

?? ϕορματ-χηαρσετ=y : Y coordinate

?? ϕορματ-χηαρσετ=t : Time(ms)

?? ϕορματ-χηαρσετ=p : Writing pressure

 

 

 

Example :

 

_TraceLn(This.GetSignJSON());

 

 

 

Available Events :

 

All Events