←Select platform

OutputAnnotationsFileName Property

Summary

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

Syntax

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

Property Value

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

Remarks

The file will be overwritten if it previously exist. 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.

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