Annotation conversion options.
lt.Documents.DocumentConverterAnnotationsMode = {
None: 0,
External: 1,
Overlay: 2,
Embed: 3
}
lt.Documents.DocumentConverterAnnotationsMode = {
None: 0,
External: 1,
Overlay: 2,
Embed: 3
}
Members
0 | None |
(0) Do not save any annotations. |
1 | External |
(1) Export the annotations to an external file. The command will return a ZIP file containing the output document and the annotation file. |
2 | Overlay |
(2) Overlay the annotations over the image (raster conversion only). |
3 | Embed |
(3) Embed the annotations in the final document (for PDF and TIFF file formats only). The annotations are saved into the output document 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 Convert.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET