AnnotateOptions
Leave feedback
On this page
AnnotateOptions structure defines options for annotating documents
{
"FileInfo": {
"FilePath": "string",
"Password": "string"
},
"Annotations": [],
"FirstPage": 0,
"LastPage": 0,
"OnlyAnnotatedPages": true,
"OutputPath": "string"
}
Name | Description |
---|---|
FileInfo | Input file path and password. See FileInfo structure |
Annotations | Array of annotations to add to the document. See AnnotationInfo structure |
FirstPage | Num of first page to annotate |
OnlyAnnotatedPages | Indicates whether to save only annotated pages to output document |
OutputPath | Path of output 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.