PrintDocument for WinForms
IsSupportedDocument メソッド (C1PrintManager)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintManager クラス : IsSupportedDocument メソッド
テストするドキュメント。
このプリントマネージャで特定のオブジェクトを印刷できるかどうかをテストします。このメソッドがオブジェクトに対して fase を返した場合、そのオブジェクトを Documentに割り当てようとすると例外が発生します。現在サポートされているタイプは次のとおりです。
シンタックス
'宣言
 
Public Shared Function IsSupportedDocument( _
   ByVal document As System.Object _
) As System.Boolean
'使用法
 
Dim document As System.Object
Dim value As System.Boolean
 
value = C1PrintManager.IsSupportedDocument(document)
public static System.bool IsSupportedDocument( 
   System.object document
)

パラメータ

document
テストするドキュメント。

戻り値の型

ドキュメントが印刷可能な場合は true、そうでない場合は false。
参照

C1PrintManager クラス
C1PrintManager メンバ
Document プロパティ