←Select platform

DocumentConverterAnnotationsMode Enumeration

Summary

Annotation conversion options.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentConverterAnnotationsMode 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentConverterAnnotationsMode sealed 
public enum DocumentConverterAnnotationsMode 
class DocumentConverterAnnotationsMode(Enum): 
   None = 0 
   External = 1 
   Overlay = 2 
   Embed = 3 
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.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

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