PrintDocument for WinForms
CanPreviewOutputFile メソッド (Exporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : CanPreviewOutputFile メソッド
Tests whether Exporter.OutputFileName can be previewed. This (base) implementation uses FindExecutable API to find an appropriate executable, and returns a value indicating whether it has been found or not.

If you override this, you must also override Exporter.PreviewOutputFile.

シンタックス
'宣言
 
Protected Overridable Function CanPreviewOutputFile() As System.Boolean
'使用法
 
Dim instance As Exporter
Dim value As System.Boolean
 
value = instance.CanPreviewOutputFile()
protected virtual System.bool CanPreviewOutputFile()

戻り値の型

true if the output file can be previewed, false otherwise.
参照

Exporter クラス
Exporter メンバ
PreviewOutputFile メソッド