[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProvider.CanExportRange

CanExportRange Method

CanExportRange(OutputRangeTypeEnum)

Tests whether the Exporter associated with the current export provider can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is All, false otherwise.

Declaration
public virtual bool CanExportRange(OutputRangeTypeEnum range)
Parameters
Type Name Description
OutputRangeTypeEnum range

The type of range to test.

Returns
Type Description
bool

true if the associated Exporter can handle the specified output range, false otherwise.