CanExportRange Method (ImageFilter)
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
C1.Win.C1Document.OutputRangeType.All,
false otherwise.
Parameters
- rangeType
- The type of the range to test.
Return Value
true if the
ExportFilter can handle the specified output range,
false otherwise.