C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / HtmlExportProvider Class / CanExportType Method
The type to test.

In This Topic
CanExportType Method (HtmlExportProvider)
In This Topic
Tests whether documents of the specified type can be exported by the current export provider.
Syntax
'Declaration
 
Public Overrides Function CanExportType( _
   ByVal documentType As Type _
) As Boolean
 

Parameters

documentType
The type to test.

Return Value

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