←Select platform

OutputDocumentExtraFiles Property

Summary

Output document extra files generated by this conversion job.

Syntax
C#
VB
C++
Java
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.