Tests whether the specified object represents a document that can be exported by an Exporter associated with the current export provider (see ExportProvider.NewExporter). The default implementation of this method returns false.
'Declaration
Public MustOverride Function CanExportObject( _
ByVal As Object _
) As Boolean
public abstract bool CanExportObject(
object
)
Parameters
- obj
- The object (document) to test.
Return Value
true if the associated Exporter can export the specified object, false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2