←Select platform

OutputDocumentExtraFiles Property

Summary

Output document extra files generated by this conversion job.

Syntax

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

Property Value

A list that contains the full paths of all output document extra 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly