[]
        
(Showing Draft Content)

C1.WPF.Document.Export.ExportFilter.OutputFiles

OutputFiles Property

OutputFiles

Gets the list of files which were generated by the call to C1.WPF.Document.Export.ExportFilter.Export(C1.WPF.Document.IExecutionContext). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property.

Declaration
public List<string> OutputFiles { get; }