Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentConverterAnnotationsMode Enumeration

Show in webframe
Annotation conversion options.
Syntax
Leadtools.Documents.DocumentConverterAnnotationsMode = function() { };
Leadtools.Documents.DocumentConverterAnnotationsMode.prototype = {
	none = 0,
	external = 1,
	overlay = 2,
	embed = 3,
	
 };
Members
ValueMemberDescription
0none Do not save any annotations.
1external Export the annotations to an external file. The command will return a ZIP file containing the output document and the annotation file.
2overlay Overlay the annotations over the image (raster conversion only).
3embed 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.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file