←Select platform

OutputAnnotationFiles Property

Summary

Output annotation files generated by this conversion job.

Syntax

C#
VB
Java
C++
public IList<string> OutputAnnotationFiles { get; } 
Public ReadOnly Property OutputAnnotationFiles() As System.Collections.Generic.IList(Of String) 
   Get 
public:  
   property System::Collections::Generic::IList<String^>^ OutputAnnotationFiles 
   { 
      System::Collections::Generic::IList<String^>^ get() 
   } 
public List<String> getOutputAnnotationFiles() 

Property Value

A list that contains the full paths of all output annotation files generated by this conversion job (if any).

Remarks

Refer to OutputFiles for more information.

Example

For an example, refer to OutputFiles.

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