CanExportType Method (PagesExportProvider)
In This Topic
Tests whether documents of the specified type can be exported by the current export provider. Note that if the type is array, this method returns
false even though an array of metafiles can be exported by the associated exporter. Use
PagesExportProvider.CanExportObject to get a definitive value.
Syntax
'Declaration
Public Overrides Function CanExportType( _
ByVal As Type _
) As Boolean
public override bool CanExportType(
Type
)
Parameters
- documentType
- The type to test.
Return Value
true if is
C1.C1Preview.C1PrintDocument or
PrintDocument,
false otherwise.
See Also