PrintDocument for WinForms
CanExportRange メソッド (XpsExportProvider)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Export 名前空間 > XpsExportProvider クラス : CanExportRange メソッド
テストする範囲の型。
関連付けられているエクスポータが 指定された型のドキュメントページ範囲を処理できるかどうかを示します。この実装は falseを返します。
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal range As OutputRangeTypeEnum _
) As System.Boolean
'使用法
 
Dim instance As XpsExportProvider
Dim range As OutputRangeTypeEnum
Dim value As System.Boolean
 
value = instance.CanExportRange(range)
public override System.bool CanExportRange( 
   OutputRangeTypeEnum range
)

パラメータ

range
テストする範囲の型。

戻り値の型

false
参照

XpsExportProvider クラス
XpsExportProvider メンバ