'宣言 Public Overrides Function CanExportRange( _ ByVal rangeType As OutputRangeType _ ) As System.Boolean
'使用法 Dim instance As TiffExporter Dim rangeType As OutputRangeType Dim value As System.Boolean value = instance.CanExportRange(rangeType)
public override System.bool CanExportRange( OutputRangeType rangeType )
パラメータ
- rangeType
- テストする C1.WPF.Document.OutputRangeType。
戻り値の型
指定された範囲をエクスポートできる場合は true、そうでない場合は false。