PrintDocument for WinForms
IsC1DocumentType メソッド (Utils)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsC1DocumentType メソッド
テストするタイプ。
指定されたタイプのオブジェクトを IC1Documentとして表せるかどうかをテストします。
シンタックス
'宣言
 
Public Shared Function IsC1DocumentType( _
   ByVal type As System.Type _
) As System.Boolean
'使用法
 
Dim type As System.Type
Dim value As System.Boolean
 
value = Utils.IsC1DocumentType(type)
public static System.bool IsC1DocumentType( 
   System.Type type
)

パラメータ

type
テストするタイプ。

戻り値の型

指定されたタイプを IC1Documentとして表せる場合は true、そうでない場合は false
参照

Utils クラス
Utils メンバ