PrintDocument for WinForms
CanExportRange メソッド (ExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportProvider クラス : CanExportRange メソッド
The type of range to test.
Tests whether the Exporter associated with the current export provider can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.C1Preview.OutputRangeTypeEnum.All, false otherwise.
シンタックス
'宣言
 
Public Overridable Function CanExportRange( _
   ByVal range As OutputRangeTypeEnum _
) As System.Boolean
'使用法
 
Dim instance As ExportProvider
Dim range As OutputRangeTypeEnum
Dim value As System.Boolean
 
value = instance.CanExportRange(range)
public virtual System.bool CanExportRange( 
   OutputRangeTypeEnum range
)

パラメータ

range
The type of range to test.

戻り値の型

true if the associated Exporter can handle the specified output range, false otherwise.
参照

ExportProvider クラス
ExportProvider メンバ