[]
        
(Showing Draft Content)

C1.C1Preview.Export.ComplexExportProvider.CanExportObject

CanExportObject Method

CanExportObject(object)

Tests whether the specified object represents a document that can be exported by the associated Exporter.

Declaration
public override bool CanExportObject(object obj)
Parameters
Type Name Description
object obj

The object (document) to test.

Returns
Type Description
bool
<b>true</b> if <code class="paramref">obj</code> is an instance of

C1PrintDocument, PrintDocument, or a collection of Metafile objects, and false otherwise.

Overrides