←Select platform

AnnotationsMode Property

Summary

Controls how annotations are saved in the output document.

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

A DocumentConverterAnnotationsMode enumeration value that controls how annotations are saved in the output document. Default value is DocumentConverterAnnotationsMode.None.

Remarks

This value is only used if the input document contains annotations, otherwise it is ignored.

Refer to DocumentConverterAnnotationsMode for more information.

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