'宣言 Public Shared Function IsSupportedDocument( _ ByVal document As System.Object _ ) As System.Boolean
'使用法 Dim document As System.Object Dim value As System.Boolean value = C1PrintManager.IsSupportedDocument(document)
public static System.bool IsSupportedDocument( System.object document )
パラメータ
- document
- テストするドキュメント。
戻り値の型
ドキュメントが印刷可能な場合は true、そうでない場合は false。