←Select platform

AnnotationsMode Property

Summary

Current annotations mode.

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

Property Value

The current annotations mode.

Remarks

This will hold the same value as the original DocumentConverterJobData.AnnotationsMode. You can override the annotation more by replacing it with a new value here based on your application needs.

Example

For an example, refer to RunJob and RunJobAsync.

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