Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.49 KB

FileObjectInput.md

File metadata and controls

16 lines (12 loc) · 1.49 KB

FileObjectInput

Properties

Name Type Description Notes
file string File id reference
page int Page of the visible signature. This property is ignored if fieldName is set. If you want a visible signature, you must set page, position and fieldName. [optional]
position string Coordinates of the signature image to set. Format is : "llx,lly,urx,ury". llx=left lower x coordinate, lly=left lower y coordinate, urx=upper right x coordinate, ury = upper right y coordinate. To get easily coordinates, you could use this tool : http://placeit.yousign.fr [optional]
field_name string Name of the signature field existing in the document, it will be not used on the signature image. [optional]
mention string Text associated above the signature image. You can use some variable inside : {{date.en}} {{date.fr}} {{time.en}} {{time.fr}} that it will be parsed to show the date of the signature. [optional]
mention2 string Text associated below the signature image. You can use some variable inside : {{date.en}} {{date.fr}} {{time.en}} {{time.fr}} that it will be parsed to show the date of the signature. [optional]
member string Member id reference [optional]

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