VerifySettings
Leave feedback
On this page
VerifySettings data structure used as input parameters for Verify API method.
{
"FileInfo": {
"FilePath": "string",
"StorageName": "string",
"VersionId": "string",
"Password": "string"
},
"Options": [
{
"SignatureType": "Text",
"Page": 1,
"Text": "John",
"MatchType": "Contains"
}
]
}
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 password-protected document to be signed. | |
Options | Array with at least one VerifyOptions that specifies Verification options to provide Document signature verification |
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.