[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlExportProvider.CanExportObject

CanExportObject Method

CanExportObject(object)

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

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

true if obj is an instance of C1PrintDocument, false otherwise.

Overrides