RemoveOptions
RemoveOptions structure defines options for removing document annotations
FileInfo example
{
"FileInfo": {
"FilePath": "string",
"Password": "string"
},
"AnnotationIds": [
0
],
"OutputPath": "string"
}
FileInfo fields
Name | Description |
---|---|
FileInfo | Input file path and password. See FileInfo structure |
AnnotationIds | Array of IDs of annotations to remove from the document. |
FirstPage | Num of first page to annotate |
OnlyAnnotatedPages | Indicates whether to save only annotated pages to output document |
OutputPath | Path of output document |