PrintDocument for WinForms
AsC1PrintDocument メソッド (Utils)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : AsC1PrintDocument メソッド
A document to test/convert.
Gets the C1PrintDocument representing the passed object, If the passed document is a C1PrintDocument, returns that object. Otherwise, returns 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
A document to test/convert.

戻り値の型

C1PrintDocument representing the passed object, or null.
参照

Utils クラス
Utils メンバ