←Select platform

OutputDocumentFiles Property

Summary

Output document files generated by this conversion job.

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

Property Value

A list that contains the full paths of all output document files generated by this conversion job.

Remarks

Refer to OutputFiles for more information.

Example

For an example, refer to OutputFiles.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly