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