Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / ExportProvider Class
Fields Properties Methods


In This Topic
    ExportProvider Class Members
    In This Topic

    The following tables list the members exposed by ExportProvider.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the BMP export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Open XML Word export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the GIF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the HTML export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the JPEG export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the PDF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the PNG export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the RTF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the TIFF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Open XML Excel export provider.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the associated ExportFilter can show a dialog allowing the user to edit the export options.  
    Public PropertyGets the default filename extension for the current export format.  
    Public PropertyGets a short description of the current export format.  
    Public PropertyGets the combination of flags indicating which fields of the C1.Xaml.Document.DocumentInfo class are supported by the current export format.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter.  
    Top
    See Also