PrintDocument for WinForms
AsC1Document メソッド (Utils)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : AsC1Document メソッド
A document to test/convert.
Gets the IC1Document representing the passed object, If the passed document is a C1PrintDocument or C1MultiDocument, returns that object. Otherwise, returns null.
シンタックス
'宣言
 
Public Shared Function AsC1Document( _
   ByVal o As System.Object _
) As IC1Document
'使用法
 
Dim o As System.Object
Dim value As IC1Document
 
value = Utils.AsC1Document(o)
public static IC1Document AsC1Document( 
   System.object o
)

パラメータ

o
A document to test/convert.

戻り値の型

IC1Document representing the passed object, or null.
参照

Utils クラス
Utils メンバ