←Select platform

AnnotationsMode Property

Summary

Current annotations mode.

Syntax
C#
C++/CLI
Java
Python
public DocumentConverterAnnotationsMode AnnotationsMode { get; set; } 
public:  
   property DocumentConverterAnnotationsMode^ AnnotationsMode 
   { 
      DocumentConverterAnnotationsMode^ get() 
      void set(DocumentConverterAnnotationsMode^ value) 
   } 
public DocumentConverterAnnotationsMode getAnnotationsMode() 
public void setAnnotationsMode(DocumentConverterAnnotationsMode value) 
AnnotationsMode # get and set (DocumentConverterJobEventArgs) 

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.

Requirements

Target Platforms

Help Version 22.0.2023.5.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.