SignSettings
Leave feedback
On this page
SignSettings data structure used as input parameters for Sign API method
{
"FileInfo": {
"FilePath": "files01.docx",
},
"SaveOptions": {
"OverwriteExisting": "true",
"OutputFilePath": "file02.docx"
},
"Options":
[
{
"SignatureType": "Barcode",
"Page": 1,
"Text": "John Smith",
"BarcodeType": "Code128",
"Left": 2,
"Top": 2
},
{
"SignatureType": "Image",
"Page": 1,
"ImageFilePath": "image1.jpg",
"Left": 200,
"Top": 200
}
]
}
Name | Description | API Version |
---|---|---|
FileInfo.FilePath | The path of the document, located in the storage. Required. | |
FileInfo.StorageName | Storage name | |
FileInfo.VersionId | File version Id | |
FileInfo.Password | Password for rendering password-protected documents | |
SaveOptions.OverwriteExisting | Flag to remove existing file if it exists | |
SaveOptions.OutputFilePath | Output flle path | |
Options | Array with at least one SignOptions that specifies Signature and Document type and its properties to be added to Document |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.