[]
        
(Showing Draft Content)

C1.C1Preview.Export.DocxExportProvider.CanExportObject

CanExportObject Method

CanExportObject(object)

Tests whether the specified object represents a document that can be exported by an RtfExporter.

Declaration
public override bool CanExportObject(object obj)
Public Overrides Function CanExportObject(obj As Object) As Boolean
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, false otherwise.

Overrides