'宣言 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.