PrintDocument for WinForms
CanPreviewOutputFile メソッド (C1ExporterBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > C1ExporterBase クラス : CanPreviewOutputFile メソッド
Overridden. Tests whether Exporter.OutputFileName can be previewed. Calls the base implementation, if that returns false, tries to create an instance of C1.Win.C1Preview.C1PrintPreviewDialog, returns true if succeeds.
シンタックス
'宣言
 
Protected Overrides Function CanPreviewOutputFile() As System.Boolean
'使用法
 
Dim instance As C1ExporterBase
Dim value As System.Boolean
 
value = instance.CanPreviewOutputFile()
protected override System.bool CanPreviewOutputFile()

戻り値の型

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

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