Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.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
    public override bool CanExportRange( 
       OutputRangeType rangeType
    )

    Parameters

    rangeType
    The range type.

    Return Value

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