PrintDocument for WinForms
IsC1PrintDocumentType メソッド (Utils)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsC1PrintDocumentType メソッド
The type to test.
Tests whether an object of the specified type can be represented as a C1PrintDocument.
シンタックス
'宣言
 
Public Shared Function IsC1PrintDocumentType( _
   ByVal type As System.Type _
) As System.Boolean
'使用法
 
Dim type As System.Type
Dim value As System.Boolean
 
value = Utils.IsC1PrintDocumentType(type)
public static System.bool IsC1PrintDocumentType( 
   System.Type type
)

パラメータ

type
The type to test.

戻り値の型

true if the specified type can be represented as a C1PrintDocument, false otherwise.
参照

Utils クラス
Utils メンバ