C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / PngExportProvider Class / CanExportRange Method
The C1.C1Preview.OutputRangeTypeEnum to test.

In This Topic
CanExportRange Method (PngExportProvider)
In This Topic
Tests whether the specified type of range can be exported by the current export provider.
Syntax
'Declaration
 
Public Overridable Function CanExportRange( _
   ByVal documentRange As OutputRangeTypeEnum _
) As Boolean
 

Parameters

documentRange
The C1.C1Preview.OutputRangeTypeEnum to test.

Return Value

True if the specified range can be exported, false otherwise.
See Also