[]
        
(Showing Draft Content)

C1.C1Preview.Export.PagesExportProvider.CanExportObject

CanExportObject Method

CanExportObject(object)

Tests whether the specified object represents a document that can be exported by the current export provider.

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

The object (document) to test.

Returns
Type Description
bool

True if the object represents a document that can be exported, false otherwise.

Overrides