PrintDocument for WinForms
CanExportRange メソッド (HtmlExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > HtmlExportProvider クラス : CanExportRange メソッド
The type of range to test.
Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal range As OutputRangeTypeEnum _
) As System.Boolean
'使用法
 
Dim instance As HtmlExportProvider
Dim range As OutputRangeTypeEnum
Dim value As System.Boolean
 
value = instance.CanExportRange(range)
public override System.bool CanExportRange( 
   OutputRangeTypeEnum range
)

パラメータ

range
The type of range to test.

戻り値の型

true.
参照

HtmlExportProvider クラス
HtmlExportProvider メンバ