PreviewOptions
Leave feedback
On this page
PreviewOptions structure defines options for creating documents preview
{
"FileInfo": {
"FilePath": "string",
"Password": "string"
},
"Format": "PNG",
"PageNumbers": [
0
],
"Width": 0,
"Height": 0,
"RenderComments": true
}
Name | Description |
---|---|
FileInfo | Input file path and password. See FileInfo structure |
AnnotationIds | Array of IDs of annotations to remove from the document. |
Format | Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. |
PageNumbers | Page numbers to create preview for |
Width | Preview image width |
Height | Preview image height |
RenderComments | Show comments in preview |
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.