OutputDocumentExtraFiles Property
Summary
Output document extra files generated by this conversion job.
Syntax
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.