Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.1 KB

File metadata and controls

29 lines (17 loc) · 1.1 KB

EzsigntemplatedocumentExtractTextV1Request

Request for POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/extractText

Properties

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]

Enum: ESectionEnum

Name Value
FIRST_LINE "FirstLine"
LAST_LINE "LastLine"
REGION "Region"