CanExportRange Method (ImageFilter) | FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document.Export Namespace / ImageFilter Class / CanExportRange Method
The type of the range to test.

In This Topic
CanExportRange Method (ImageFilter)
In This Topic
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.
Syntax
'Declaration
 
Public Overrides Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As Boolean
 

Parameters

rangeType
The type of the range to test.

Return Value

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