←Select platform

AnnotationsMode Property

Summary

Annotation conversion options.

Syntax
C#
VB
C++
public DocumentConverterAnnotationsMode AnnotationsMode { get; set; } 
Public Property AnnotationsMode() As DocumentConverterAnnotationsMode 
   Get 
   Set 
public:  
   property DocumentConverterAnnotationsMode^ AnnotationsMode 
   { 
      DocumentConverterAnnotationsMode^ get() 
      void set(DocumentConverterAnnotationsMode^ value) 
   } 

Property Value

Annotation conversion options. The default value is DocumentConverterAnnotationsMode.None.

Remarks

This member mirrors DocumentConverterJobData.AnnotationsMode. Refer to it for more information.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly