CanExportType Method (RtfExportProvider)
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
CanExportObject to get a definitive value.
public virtual bool CanExportType(
Type
)
'Declaration
Public Overridable Function CanExportType( _
ByVal As Type _
) As Boolean
Parameters
- documentType
- The type to test.
Return Value