←Select platform

AnnotationsMode Property

Summary

Controls how annotations are saved in the output document.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly