PrintDocument for WinForms
IsSupportedDocument メソッド (C1PrintManager)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintManager クラス : IsSupportedDocument メソッド
The document to test.
Tests whether an object can by printed by this print manager. If this method returns false for an object, an attempt to assign that object to C1PrintManager.Document will cause an exception. Currently supported types include:
シンタックス
'宣言
 
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
The document to test.

戻り値の型

True if the document can be printed, false otherwise.
参照

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