[]
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.
public abstract bool CanExportObject(object obj)
Public MustOverride Function CanExportObject(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | The object (document) to test. |
| Type | Description |
|---|---|
| bool |
false otherwise. |