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

Show in webframe

DocumentConverterAnnotationsMode Enumeration






Annotation conversion options.
Syntax
[DataContractAttribute()]
[SerializableAttribute()]
public enum DocumentConverterAnnotationsMode : System.Enum 
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentConverterAnnotationsMode 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentConverterAnnotationsMode
public enum DocumentConverterAnnotationsMode
            
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentConverterAnnotationsMode : public System.Enum 
Members
ValueMemberDescription
0x00000000None Do not save any annotations.DocumentConverterJobData.OutputAnnotationsFileName is ignored.
0x00000001External Export the annotations to an external file.Uses DocumentConverterJobData.OutputAnnotationsFileName.
0x00000002Overlay Overlay the annotations over the image (raster conversion only).DocumentConverterJobData.OutputAnnotationsFileName is ignored.
0x00000003Embed 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.Converters.DocumentConverterAnnotationsMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents.Converters Namespace

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features