Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

EzsignpageResponse.md

File metadata and controls

21 lines (16 loc) · 1.06 KB

EzmaxApi::Object::EzsignpageResponse

Load the model package

use EzmaxApi::Object::EzsignpageResponse;

Properties

Name Type Description Notes
pki_ezsignpage_id int The unique ID of the Ezsignpage
i_ezsignpage_widthimage int The Width of the page's image in pixels calculated at 100 DPI
i_ezsignpage_heightimage int The Height of the page's image in pixels calculated at 100 DPI
i_ezsignpage_widthpdf int The Width of the page in points calculated at 72 DPI
i_ezsignpage_heightpdf int The Height of the page in points calculated at 72 DPI
i_ezsignpage_pagenumber int The page number in the Ezsigndocument
s_computed_imageurl string The Url to the Ezsignpage's rasterized image. Url will expire after 5 minutes.

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