DocumentConverterAnnotationsMode Enumeration

Summary

Annotation conversion options.

Syntax

JavaScript Syntax
lt.Documents.DocumentConverterAnnotationsMode = { 
	None: 0, 
	External: 1, 
	Overlay: 2, 
	Embed: 3 
} 
TypeScript Syntax
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).

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.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly