C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / HtmlFilter Class / CanExportRange Method
The range type.

In This Topic
CanExportRange Method (HtmlFilter)
In This Topic
Indicates whether a range of pages can be exported. Returns true for paged export mode, false for non-paged.
Syntax
'Declaration
 
Public Overrides Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As Boolean
 

Parameters

rangeType
The range type.

Return Value

True for paged export mode, false for non-paged.
See Also