CanExportType Method (XpsExportProvider)
Tests whether documents of the specified type can be exported by the associated
XpsExporter.
public override bool CanExportType(
Type
)
'Declaration
Public Overrides Function CanExportType( _
ByVal As Type _
) As Boolean
Parameters
- documentType
- The type to test.
Return Value
true if is
C1.C1Preview.C1PrintDocument,
false otherwise.