[]
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.
public override bool CanExportRange(OutputRangeType rangeType)
| Type | Name | Description |
|---|---|---|
| OutputRangeType | rangeType | The type of the range to test. |
| Type | Description |
|---|---|
| bool | true if the ExportFilter can handle the specified output range, false otherwise. |