EzsigntemplatedocumentExtractTextV1Request
Request for POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/extractText
| Name |
Type |
Description |
Notes |
| iPage |
Integer |
The page where the area is located |
|
| eSection |
ESectionEnum |
The section of the page |
[optional] |
| iX |
Integer |
The X coordinate (Horizontal). Require when eSection = 'Region' or eSection is not set. |
[optional] |
| iY |
Integer |
The Y coordinate (Vertical). Require when eSection = 'Region' or eSection is not set. |
[optional] |
| iWidth |
Integer |
Area's width. Require when eSection = 'Region' or eSection is not set. |
[optional] |
| iHeight |
Integer |
Area's height. Require when eSection = 'Region' or eSection is not set. |
[optional] |
| Name |
Value |
| FIRST_LINE |
"FirstLine" |
| LAST_LINE |
"LastLine" |
| REGION |
"Region" |