[]
        
(Showing Draft Content)

C1.C1Preview.Export.C1dExportProvider.CanExportType

CanExportType Method

CanExportType(Type)

Tests whether documents of the specified type can be exported by a C1dExporter.

Declaration
public override bool CanExportType(Type documentType)
Parameters
Type Name Description
Type documentType

The type to test.

Returns
Type Description
bool

true if documentType is C1PrintDocument, false otherwise.

Overrides