←Select platform

DocumentConverterAnnotationsMode Enumeration

Summary

Annotation conversion options.

Syntax
C#
VB
C++
Java
[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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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