CanExportObject Method (EmfExportProvider)
Tests whether the specified object represents a document that can be exported by the current export provider.
'Declaration
Public Overridable Function CanExportObject( _
ByVal As Object _
) As Boolean
Parameters
- obj
- The object (document) to test.
Return Value
True if the object represents a document that can be exported, false otherwise.