PrintDocument for WinForms
IsC1Document メソッド (Utils)


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

パラメータ

o
The object to test.

戻り値の型

true if the object supports a IC1Document, false otherwise.
参照

Utils クラス
Utils メンバ