←Select platform

InputAnnotationsFileName Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public string InputAnnotationsFileName { get; set; } 
public:  
   property String^ InputAnnotationsFileName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getInputAnnotationsFileName() 
public void setInputAnnotationsFileName(String value) 
InputAnnotationsFileName # get and set (DocumentConverterJobData) 

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.

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.