[]
        
(Showing Draft Content)

C1.C1Preview.Export.PagesExportProvider.CanExportRange

CanExportRange Method

CanExportRange(OutputRangeTypeEnum)

Tests whether the specified type of range can be exported by the current export provider.

Declaration
public override bool CanExportRange(OutputRangeTypeEnum documentRange)
Parameters
Type Name Description
OutputRangeTypeEnum documentRange

The OutputRangeTypeEnum to test.

Returns
Type Description
bool

True if the specified range can be exported, false otherwise.

Overrides