Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 2.55 KB

EzsignformfieldResponse.md

File metadata and controls

18 lines (14 loc) · 2.55 KB

EZmaxApiDefinitionFull.EzsignformfieldResponse

Properties

Name Type Description Notes
pkiEzsignformfieldID Number The unique ID of the Ezsignformfield
iEzsignpagePagenumber Number The page number in the Ezsigndocument
sEzsignformfieldLabel String The Label for the Ezsignformfield
sEzsignformfieldValue String The value for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Checkbox or Radio [optional]
iEzsignformfieldX Number The X coordinate (Horizontal) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 2 inches from the left border of the page, you would use "200" for the X coordinate.
iEzsignformfieldY Number The Y coordinate (Vertical) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 3 inches from the top border of the page, you would use "300" for the Y coordinate.
iEzsignformfieldWidth Number The Width of the Ezsignformfield in pixels calculated at 100 DPI The allowed values are varying based on the eEzsignformfieldgroupType. eEzsignformfieldgroupType
iEzsignformfieldHeight Number The Height of the Ezsignformfield in pixels calculated at 100 DPI The allowed values are varying based on the eEzsignformfieldgroupType. eEzsignformfieldgroupType
bEzsignformfieldSelected Boolean Whether the Ezsignformfield is selected or not by default. This can only be set if eEzsignformfieldgroupType is Checkbox or Radio [optional]
sEzsignformfieldEnteredvalue String This is the value enterred for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Dropdown, Text or Textarea [optional]