Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / StructureFilter Class / OutputFiles Property

In This Topic
    OutputFiles Property (StructureFilter)
    In This Topic
    Gets the list of files which were generated by the call to Export(string). 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.
    Syntax
    'Declaration
     
    Public ReadOnly Property OutputFiles As List(Of String)
    public List<string> OutputFiles {get;}
    See Also