Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 989 Bytes

EzsigndocumentExtractTextV1Request.md

File metadata and controls

15 lines (11 loc) · 989 Bytes

EzsigndocumentExtractTextV1Request

Properties

Name Type Description Notes
iPage NSNumber* The page where the area is located
eSection NSString* The section of the page [optional]
iX NSNumber* The X coordinate (Horizontal). Require when eSection = 'Region' or eSection is not set. [optional]
iY NSNumber* The Y coordinate (Vertical). Require when eSection = 'Region' or eSection is not set. [optional]
iWidth NSNumber* Area's width. Require when eSection = 'Region' or eSection is not set. [optional]
iHeight NSNumber* Area's height. Require when eSection = 'Region' or eSection is not set. [optional]

[Back to Model list] [Back to API list] [Back to README]