SearchSettings
Leave feedback
On this page
SearchSettings data structure used as input parameters of Search API method.
{
"FileInfo": {
"FilePath": "string",
"StorageName": "string",
"VersionId": "string",
"Password": "string"
},
"Options":
[
{
"SignatureType": "Barcode",
"Page": 1,
"Text": "123",
"BarcodeType": "Code128",
"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 SearchOptions that specifies search options to provide search in the document for different signatures |
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.