←Select platform

InputAnnotationsFileName Property

Summary

Path to the file containing the annotations file to be added to the output document. Optional.

Syntax

C#
VB
Java
C++
public string InputAnnotationsFileName { get; set; } 
Public Property InputAnnotationsFileName() As String 
   Get 
   Set 
public:  
   property String^ InputAnnotationsFileName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getInputAnnotationsFileName() 
public void setInputAnnotationsFileName(String value) 

Property Value

The path to the file containing the annotations file to be added to the output document. This is an optional value and will be used if AnnotationsMode is not DocumentConverterAnnotationsMode.None.

Remarks

If InputAnnotationsFileName is not null and AnnotationsMode is not DocumentConverterAnnotationsMode.None, then the converter will load the LEADTOOLS annotations contained in this file and use them during the conversion. The file can have multiple annotations containers saved using AnnCodecs and the converter will load the container that corresponds to the current page number.

AnnotationsMode dictates how the annotations are used with the output document.

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