PrintDocument for WinForms
CanExportRange メソッド (PagesExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > PagesExportProvider クラス : CanExportRange メソッド
The C1.C1Preview.OutputRangeTypeEnum to test.
Tests whether the specified type of range can be exported by the current export provider.
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal documentRange As OutputRangeTypeEnum _
) As System.Boolean
'使用法
 
Dim instance As PagesExportProvider
Dim documentRange As OutputRangeTypeEnum
Dim value As System.Boolean
 
value = instance.CanExportRange(documentRange)
public override System.bool CanExportRange( 
   OutputRangeTypeEnum documentRange
)

パラメータ

documentRange
The C1.C1Preview.OutputRangeTypeEnum to test.

戻り値の型

True if the specified range can be exported, false otherwise.
参照

PagesExportProvider クラス
PagesExportProvider メンバ