'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 documentType is C1.C1Preview.C1PrintDocument, false otherwise.