[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlExportProvider.CanExportType

CanExportType Method

CanExportType(Type)

Tests whether documents of the specified type can be exported by the current export provider.

Declaration
public override bool CanExportType(Type documentType)
Public Overrides Function CanExportType(documentType As Type) As Boolean
Parameters
Type Name Description
Type documentType

The type to test.

Returns
Type Description
bool
<b>true</b> if <code class="paramref">documentType</code> is 

C1PrintDocument, false otherwise.

Overrides