DocumentConverterAnnotationsMode Enumeration

Summary

Annotation conversion options.

Syntax
TypeScript
JavaScript
lt.Document.DocumentConverterAnnotationsMode = { 
   none: 0, 
   external: 1, 
   overlay: 2, 
   embed: 3 
} 
lt.Document.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).

Remarks

Controls how the input annotations are used by the document converter during a job.

Example

For an example, refer to Convert.

Requirements
Target Platforms
See Also

Reference

Leadtools.Document Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.