Tests whether the specified object represents a document that can be exported by an
Exporter associated with the current export provider (see
NewExporter). The default implementation of this method returns
false.
'Declaration
Public MustOverride Function CanExportObject( _
ByVal As System.Object _
) As System.Boolean
public abstract System.bool CanExportObject(
System.object
)
Parameters
- obj
- The object (document) to test.
Return Value
true if the associated
Exporter can export the specified object,
false otherwise.