[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlExportProvider.CanExportRange

CanExportRange Method

CanExportRange(OutputRangeTypeEnum)

Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.

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

The type of range to test.

Returns
Type Description
bool

true.

Overrides