←Select platform

DocumentConverterAnnotationsMode Enumeration

Summary

Annotation conversion options.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentConverterAnnotationsMode 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentConverterAnnotationsMode 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentConverterAnnotationsMode sealed 
public enum DocumentConverterAnnotationsMode 

Members

0 None

Do not save any annotations.

DocumentConverterJobData.OutputAnnotationsFileName is ignored.

1 External

Export the annotations to an external file.

Uses DocumentConverterJobData.OutputAnnotationsFileName.

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).

Remarks

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

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

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

Leadtools.Documents.Converters Assembly