PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class
Properties Methods


In This Topic
    ExportProviders Class Members
    In This Topic

    The following tables list the members exposed by ExportProviders.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the BMP export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the C1DB export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the C1D export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the C1DX export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the C1MDX export provider.  
    Public PropertyGets the count of registered export providers in the current collection.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the DOCX export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the EMF export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the GIF export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the HTML export provider.  
    Public PropertyOverloaded. Gets the ExportProvider at the specified index.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the JPEG export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the PDF export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the PNG export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static collection of all registered ExportProvider objects.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the RTF export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the TIFF export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the XLS export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the XLSX export provider.  
    Public Propertystatic (Shared in Visual Basic)Gets the static registered instance of the XPS export provider.  
    Top
    Public Methods
     NameDescription
    Public MethodSearches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the ExportProvider.FormatKey property.  
    Public MethodGets the index of the specified ExportProvider in the current collection.  
    Public Methodstatic (Shared in Visual Basic)Registers an ExportProvider in the current ExportProviders.  
    Top
    See Also