PrintDocument for WinForms
IsC1PrintDocument メソッド (Utils)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsC1PrintDocument メソッド
テストするオブジェクト。
オブジェクトが C1PrintDocumentとして表すことができるかどうかをテストします。
シンタックス
'宣言
 
Public Shared Function IsC1PrintDocument( _
   ByVal o As System.Object _
) As System.Boolean
'使用法
 
Dim o As System.Object
Dim value As System.Boolean
 
value = Utils.IsC1PrintDocument(o)
public static System.bool IsC1PrintDocument( 
   System.object o
)

パラメータ

o
テストするオブジェクト。

戻り値の型

オブジェクトが C1PrintDocumentまたは true、その他の場合は false
参照

Utils クラス
Utils メンバ