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