Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / ExportCompletedEventArgs Class / Exporter Property

In This Topic
    Exporter Property
    In This Topic
    Gets the C1.WPF.Document.Export.ExportFilter objectdefining export parameters.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exporter As ExportFilter
    public ExportFilter Exporter {get;}
    See Also