PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dbExportProvider Class / CanExportType Method
The type to test.

In This Topic
    CanExportType Method (C1dbExportProvider)
    In This Topic
    Tests whether documents of the specified type can be exported by a C1dbExporter.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportType( _
       ByVal documentType As Type _
    ) As Boolean
    public override bool CanExportType( 
       Type documentType
    )

    Parameters

    documentType
    The type to test.

    Return Value

    true if obj is C1.C1Preview.C1PrintDocument, false otherwise.
    See Also