Annotation conversion options.
0 | None |
Do not save any annotations. DocumentConverterJobData.OutputAnnotationsFileName is ignored. |
1 | External |
Export the annotations to an external file. |
2 | Overlay |
Overlay the annotations over the image (raster conversion only). DocumentConverterJobData.OutputAnnotationsFileName is ignored. |
3 | Embed |
Embed the annotations in the final document (for PDF and TIFF file formats only). DocumentConverterJobData.OutputAnnotationsFileName is ignored. The annotations are saved into DocumentConverterJobData.OutputDocumentFileName itself if the format supports embedding annotations (currently only PDF and TIFF file formats). |
Controls how the input annotations are used by the document converter during a job.
For an example, refer to RunJob and RunJobAsync.