[]
        
(Showing Draft Content)

C1.WPF.Document.Export.RtfStructureFilter.CanExportRange

CanExportRange Method

CanExportRange(OutputRangeType)

Tests whether the ExportFilter 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 override bool CanExportRange(OutputRangeType rangeType)
Parameters
Type Name Description
OutputRangeType rangeType

The type of the range to test.

Returns
Type Description
bool

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

Overrides