C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dbExportProvider Class / CanExportObject Method
The object (document) to test.

In This Topic
CanExportObject Method (C1dbExportProvider)
In This Topic
Tests whether the specified object represents a document that can be exported by a C1dbExporter.
Syntax
'Declaration
 
Public Overrides Function CanExportObject( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The object (document) to test.

Return Value

true if obj is an instance of C1.C1Preview.C1PrintDocument, false otherwise.
See Also