[]
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(object) to get a definitive value.
public override bool CanExportType(Type documentType)
Public Overrides Function CanExportType(documentType As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | documentType | The type to test. |
| Type | Description |
|---|---|
| bool |
|