←Select platform

OutputAnnotationsFileName Property

Summary

Name of the file that will contain the annotations parsed from the input document. Optional.

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

Property Value

The name to the file that will contain the annotations parsed from the input document. Optional.

Remarks

Only one annotation output must be specified. Therefore, one of OutputAnnotationsFileName, OutputAnnotationsStream, UploadDocumentOptions must not be null.

The file will be overwritten if it previously existed. The full path must contain a valid file name that can be created using the current process.

OutputAnnotationsFileName is used when the value of AnnotationsMode is DocumentConverterAnnotationsMode.External and the input document contains annotations.

Requirements

Target Platforms

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