Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / ImageFilter Class / CanExportRange Method

In This Topic
    CanExportRange Method (ImageFilter)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CanExportRange( _
       ByVal rangeType As OutputRangeType _
    ) As Boolean
    public override bool CanExportRange( 
       OutputRangeType rangeType
    )

    Parameters

    rangeType
    See Also