Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

EzsignpageResponseCompound.md

File metadata and controls

21 lines (16 loc) · 1.03 KB

openapi.model.EzsignpageResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsignpageID int The unique ID of the Ezsignpage
iEzsignpageWidthimage int The Width of the page's image in pixels calculated at 100 DPI
iEzsignpageHeightimage int The Height of the page's image in pixels calculated at 100 DPI
iEzsignpageWidthpdf int The Width of the page in points calculated at 72 DPI
iEzsignpageHeightpdf int The Height of the page in points calculated at 72 DPI
iEzsignpagePagenumber int The page number in the Ezsigndocument
sComputedImageurl 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]