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