PrintDocument for WinForms
AsC1PrintDocument メソッド (Utils)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : AsC1PrintDocument メソッド
テスト/変換するドキュメント。
渡されたオブジェクトを表す C1PrintDocumentを取得します。渡されたドキュメントが C1PrintDocumentの場合はそのオブジェクトを返します。そうでない場合、渡されたドキュメントが nullを返します。
シンタックス
'宣言
 
Public Shared Function AsC1PrintDocument( _
   ByVal o As System.Object _
) As C1PrintDocument
'使用法
 
Dim o As System.Object
Dim value As C1PrintDocument
 
value = Utils.AsC1PrintDocument(o)
public static C1PrintDocument AsC1PrintDocument( 
   System.object o
)

パラメータ

o
テスト/変換するドキュメント。

戻り値の型

渡されたオブジェクトを表す C1PrintDocument、または null
参照

Utils クラス
Utils メンバ