C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / HtmlExportProvider Class / CanExportRange Method
The type of range to test.

In This Topic
CanExportRange Method (HtmlExportProvider)
In This Topic
Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.
Syntax
'Declaration
 
Public Overrides Function CanExportRange( _
   ByVal range As OutputRangeTypeEnum _
) As Boolean
 

Parameters

range
The type of range to test.

Return Value

true.
See Also